changes
This commit is contained in:
@@ -5,10 +5,4 @@
|
||||
const props = defineProps({
|
||||
content: String,
|
||||
});
|
||||
|
||||
const { $store } = useNuxtApp();
|
||||
|
||||
function cancel() {
|
||||
$store.commit("updateStore", { name: "showmodal", data: undefined });
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user