fix: 解决所有icon的引入路径问题

This commit is contained in:
MTrun
2021-12-20 16:39:19 +08:00
parent 45884a2918
commit 07eabd8869
11 changed files with 88 additions and 40 deletions
+2 -1
View File
@@ -8,7 +8,8 @@
<script lang="ts" setup>
import { openDoc } from '@/utils'
import { DocumentText as DocumentTextIcon } from '@vicons/ionicons5'
import { icon } from '@/plugins'
const { DocumentTextIcon } = icon.ionicons5
const handleClick = () => {
openDoc()