Skip to content

Commit 425fbf0

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

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

CodeView.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<script setup>
22
import CodeHighlight from '@/components/utils/CodeHighlight/CodeHighlight.vue'
33
import CodeHighlightMini from '@/components/utils/CodeHighlight/CodeHighlightMini.vue'
4-
import TopMenu from '@/views/page/menu/TopMenu.vue'
54
65
const code = `<?php
76
@@ -54,7 +53,6 @@ class User extends Authenticatable
5453
</script>
5554

5655
<template>
57-
<TopMenu />
5856
<div class="section">
5957
<CodeHighlightMini lang="php" :code="code" />
6058

0 commit comments

Comments
 (0)