chore: remove define props
This commit is contained in:
@@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
import { Notebook } from "../utils/index";
|
import { Notebook } from "../utils/index";
|
||||||
import { defineProps, onMounted, ref } from "vue";
|
import { onMounted, ref } from "vue";
|
||||||
const props = defineProps({
|
const props = defineProps({
|
||||||
notebook: { required: true, type: Object },
|
notebook: { required: true, type: Object },
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user