Skip to content

Commit 3fd6c34

Browse files
committed
delete defineProps
1 parent 2832902 commit 3fd6c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/codeBlock.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<script lang="ts" setup>
2+
import { ref, onMounted } from 'vue';
23
import Prism from 'prismjs';
3-
import { ref, defineProps, onMounted } from 'vue';
44
const codeRef = ref();
55
const props = defineProps({
66
code: {

0 commit comments

Comments
 (0)