Skip to content

Commit 09c0c78

Browse files
committed
UPD: Events
1 parent 640971e commit 09c0c78

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/views/Home.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,9 @@
115115
import { reactive, onMounted, ref } from "vue";
116116
import { Modal, Toast } from "bootstrap";
117117
118-
const props = defineProps(['msg']);
118+
defineProps({
119+
msg: String
120+
});
119121
120122
const state = reactive({ count: 0 });
121123
const modal = ref();

0 commit comments

Comments
 (0)