Skip to content

Commit 99b8991

Browse files
authored
Update CodeView.vue
1 parent 425fbf0 commit 99b8991

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CodeView.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ class User extends Authenticatable
5656
<div class="section">
5757
<CodeHighlightMini lang="php" :code="code" />
5858

59-
<CodeHighlight lang="php" :code="code" filename="App\Models\User.php" />
59+
<CodeHighlight lang="php" :code="code" filename="App\Models\User.php" />
6060

61-
<!-- <CodeHighlight lang="php" :code="code" theme="dark-theme" filename="App\Models\User.php" /> -->
61+
<!-- <CodeHighlight lang="php" :code="code" theme="dark-theme" filename="App\Models\User.php" /> -->
6262
</div>
6363
</template>

0 commit comments

Comments
 (0)