dev merge #163
10
src/template/module/view/toast.pug
Normal file
10
src/template/module/view/toast.pug
Normal file
@ -0,0 +1,10 @@
|
||||
template
|
||||
.overlay.text-dark(v-if="toast.show" @click="")
|
||||
.popup.bg-white(@click.stop)
|
||||
.row
|
||||
.col-auto.text-huge {{ toast.title }}
|
||||
.row
|
||||
.col-auto.text-medium {{ toast.desc }}
|
||||
.row.align
|
||||
button.button.bg-white(@click="toast-accept" v-if="toast.acceptText") {{ toast.acceptText }}
|
||||
button.button.bg-white(@click="toast.show=false;" v-if="toast.cancelText") {{ toast.cancelText }}
|
Loading…
x
Reference in New Issue
Block a user