chore: install prettier
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
<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>
|
||||
var props = defineProps({
|
||||
content: String,
|
||||
});
|
||||
function cancel() {
|
||||
this.$store.commit("updateStore", { name: "showmodal", data: undefined });
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user