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 fc70c45 commit 425fbf0Copy full SHA for 425fbf0
CodeView.vue
@@ -1,7 +1,6 @@
1
<script setup>
2
import CodeHighlight from '@/components/utils/CodeHighlight/CodeHighlight.vue'
3
import CodeHighlightMini from '@/components/utils/CodeHighlight/CodeHighlightMini.vue'
4
-import TopMenu from '@/views/page/menu/TopMenu.vue'
5
6
const code = `<?php
7
@@ -54,7 +53,6 @@ class User extends Authenticatable
54
53
</script>
55
56
<template>
57
- <TopMenu />
58
<div class="section">
59
<CodeHighlightMini lang="php" :code="code" />
60
0 commit comments