1
0
mirror of https://github.com/zclzone/vue-naive-admin.git synced 2026-07-25 13:34:08 +08:00

feat(guide): 添加操作指引 (#106)

* fix(slot): 优化部分slot写法,减少手动判断

* fix(slot): 优化部分slot写法,减少手动判断

* feat(guide): 添加操作指引
This commit is contained in:
leip247
2024-11-22 15:47:00 +08:00
committed by GitHub
parent 6af6eb3c99
commit 6563797afc
12 changed files with 154 additions and 6 deletions

View File

@@ -1,5 +1,6 @@
<template>
<i
id="toggleTheme"
class="mr-16 cursor-pointer"
:class="isDark ? 'i-fe:moon' : 'i-fe:sun'"
@click="toggleDark"