File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ Vue3 highlightjs with line numbers.
55
66``` vue
77<script setup>
8- import CodeHighlight from '@/components/utils/ CodeHighlight/CodeHighlight.vue'
8+ import CodeHighlight from '@/components/CodeHighlight/CodeHighlight.vue'
99</script>
1010
1111<template>
1212 <CodeHighlight lang="php" :code="code" />
13- <CodeHighlight lang="php" :code="code" theme="dark-theme" />
1413 <CodeHighlight lang="php" :code="code" filename="App\Models\User.php" />
14+ <CodeHighlight lang="php" :code="code" theme="dark-theme" filename="App\Models\User.php" />
1515<template>
1616```
1717
@@ -89,7 +89,7 @@ function debugCode(code, language = "php") {
8989
9090``` vue
9191<script setup>
92- import CodeHighlightMini from '@/components/utils/ CodeHighlight/CodeHighlightMini.vue';
92+ import CodeHighlightMini from '@/components/CodeHighlight/CodeHighlightMini.vue';
9393
9494const code = `<?php
9595
You can’t perform that action at this time.
0 commit comments