提交 0cd8b3e1 作者: 方治民

fix: 修复 @purge-icons/generated 报错问题

#https://zhuanlan.zhihu.com/p/575863161
上级 12fa92ed
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
import type { CSSProperties, PropType } from 'vue' import type { CSSProperties, PropType } from 'vue'
import { computed, defineComponent, nextTick, onMounted, ref, unref, watch } from 'vue' import { computed, defineComponent, nextTick, onMounted, ref, unref, watch } from 'vue'
import SvgIcon from './SvgIcon.vue' import SvgIcon from './SvgIcon.vue'
import Iconify from '@purge-icons/generated' import Iconify from '@iconify/iconify/dist/iconify'
import { isString } from '/@/utils/is' import { isString } from '/@/utils/is'
import { propTypes } from '/@/utils/propTypes' import { propTypes } from '/@/utils/propTypes'
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论