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 34ec477 commit d6220fdCopy full SHA for d6220fd
README.md
@@ -11,6 +11,7 @@ import CodeHighlight from '@/components/utils/CodeHighlight/CodeHighlight.vue'
11
<template>
12
<CodeHighlight lang="php" :code="code" />
13
<CodeHighlight lang="php" :code="code" theme="dark-theme" />
14
+ <CodeHighlight lang="php" :code="code" filename="App\Models\User.php" />
15
16
```
17
0 commit comments