File tree Expand file tree Collapse file tree 1 file changed +12
-5
lines changed
Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change 11<script setup>
2- import CodeHighlight from ' @/components/CodeHighlight.vue' ;
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'
35
46const code = ` <?php
57
@@ -51,8 +53,13 @@ class User extends Authenticatable
5153`
5254 </script >
5355
54- <template >
55- <div class =" section" >
56- <CodeHighlight lang =" php" :code =" code" />
57- </div >
56+ <template >
57+ <TopMenu />
58+ <div class =" section" >
59+ <CodeHighlightMini lang =" php" :code =" code" />
60+
61+ <CodeHighlight lang =" php" :code =" code" filename =" App\Models\User.php" />
62+
63+ <!-- <CodeHighlight lang="php" :code="code" theme="dark-theme" filename="App\Models\User.php" /> -->
64+ </div >
5865</template >
You can’t perform that action at this time.
0 commit comments