We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a313ae commit 9b746c2Copy full SHA for 9b746c2
CodeView.vue
@@ -1,6 +1,6 @@
1
<script setup>
2
-import CodeHighlight from '@/components/utils/CodeHighlight/CodeHighlight.vue'
3
-import CodeHighlightMini from '@/components/utils/CodeHighlight/CodeHighlightMini.vue'
+import CodeHighlight from '@/components/CodeHighlight/CodeHighlight.vue'
+import CodeHighlightMini from '@/components/CodeHighlight/CodeHighlightMini.vue'
4
5
const code = `<?php
6
0 commit comments