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 2c01560 commit 296ceedCopy full SHA for 296ceed
README.md
@@ -5,6 +5,9 @@ Vue3 highlightjs with line numbers.
5
6
```js
7
import CodeHighlight from '@/components/utils/CodeHighlight/CodeHighlight.vue'
8
+
9
+<CodeHighlight lang="php" :code="code" />
10
+<CodeHighlight lang="php" :code="code" theme="dark-theme" />
11
```
12
13
## Instalacja
0 commit comments