Skip to content

Commit 296ceed

Browse files
authored
Code highlight.js Vue3 Component
Vue3 highlightjs with line numbers.
1 parent 2c01560 commit 296ceed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ Vue3 highlightjs with line numbers.
55

66
```js
77
import CodeHighlight from '@/components/utils/CodeHighlight/CodeHighlight.vue'
8+
9+
<CodeHighlight lang="php" :code="code" />
10+
<CodeHighlight lang="php" :code="code" theme="dark-theme" />
811
```
912

1013
## Instalacja

0 commit comments

Comments
 (0)