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:
@@ -24,12 +24,9 @@ import { h, ref } from 'vue'
|
||||
import { NAvatar, NText } from 'naive-ui'
|
||||
import { renderIcon } from '@/utils'
|
||||
import { openDoc, logout } from '@/utils'
|
||||
import {
|
||||
Person as PersonIcon,
|
||||
LogOutOutline as LogOutOutlineIcon,
|
||||
DocumentText as DocumentTextIcon,
|
||||
ChatboxEllipses as ChatboxEllipsesIcon
|
||||
} from '@vicons/ionicons5'
|
||||
|
||||
import { icon } from '@/plugins'
|
||||
const { DocumentTextIcon, ChatboxEllipsesIcon, PersonIcon, LogOutOutlineIcon } = icon.ionicons5
|
||||
|
||||
const imageUrl = 'https://www.naiveui.com/assets/naivelogo.93278402.svg'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user