chore: remove define props

This commit is contained in:
camera-2018
2023-04-25 16:32:10 +08:00
parent 5074022d26
commit b7362898ff

View File

@@ -26,7 +26,7 @@
<script setup>
import { Notebook } from "../utils/index";
import { defineProps, onMounted, ref } from "vue";
import { onMounted, ref } from "vue";
const props = defineProps({
notebook: { required: true, type: Object },
});