diff --git a/example/src/layouts/Layout.vue b/example/src/layouts/Layout.vue index b7b214d4..bbd789e6 100644 --- a/example/src/layouts/Layout.vue +++ b/example/src/layouts/Layout.vue @@ -30,6 +30,14 @@ class="layui-nav layui-layout-right" style="margin-top: 0px; margin-bottom: 0px" > +
  • + + + +
  • @@ -57,7 +65,7 @@ export default { const route = useRoute(); const router = useRouter(); const currentPath = ref("/zh-CN/guide"); - const theme = ref(false) + const theme = ref(false); const menus = [];