Skip to content

Commit d6220fd

Browse files
authored
Vue3 highlightjs with line numbers.
1 parent 34ec477 commit d6220fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import CodeHighlight from '@/components/utils/CodeHighlight/CodeHighlight.vue'
1111
<template>
1212
<CodeHighlight lang="php" :code="code" />
1313
<CodeHighlight lang="php" :code="code" theme="dark-theme" />
14+
<CodeHighlight lang="php" :code="code" filename="App\Models\User.php" />
1415
<template>
1516
```
1617

0 commit comments

Comments
 (0)