mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 解决所有icon的引入路径问题
This commit is contained in:
@@ -10,8 +10,8 @@
|
||||
<script lang="ts" setup>
|
||||
import { useDesignStore } from '@/store/modules/designStore/designStore'
|
||||
import { setHtmlTheme } from '@/utils'
|
||||
import { Moon as MoonIcon, Sunny as SunnyIcon } from '@vicons/ionicons5'
|
||||
|
||||
import { icon } from '@/plugins'
|
||||
const { MoonIcon, SunnyIcon } = icon.ionicons5
|
||||
const designStore = useDesignStore()
|
||||
|
||||
// 改变样式
|
||||
|
||||
Reference in New Issue
Block a user