From 3f3f37dbf11cb10921ddfcef97ed3749305c7e5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=B1=E7=9C=A0=E5=84=80=E5=BC=8F?= <854085467@qq.com> Date: Fri, 28 Jan 2022 10:37:34 +0800 Subject: [PATCH] add playground --- example/src/layouts/Layout.vue | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 = [];