changes
This commit is contained in:
11
components/snackbar/Info.vue
Normal file
11
components/snackbar/Info.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<template>
|
||||
<p v-html="props.content"></p>
|
||||
</template>
|
||||
<script setup>
|
||||
var props = defineProps({
|
||||
content: String
|
||||
})
|
||||
function cancel() {
|
||||
this.$store.commit('updateStore', {name: 'showmodal', data: undefined})
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user