refactor: Element Plus图标依赖@element-plus/icons过时,调整为@element-plus/icons-vue
This commit is contained in:
@@ -64,6 +64,9 @@ import SizeSelect from '@/components/SizeSelect/index.vue'
|
||||
import LangSelect from '@/components/LangSelect/index.vue'
|
||||
import SvgIcon from '@/components/SvgIcon/index.vue'
|
||||
|
||||
// 图标依赖
|
||||
import {CaretBottom} from '@element-plus/icons-vue'
|
||||
|
||||
const route = useRoute()
|
||||
const router = useRouter()
|
||||
|
||||
|
||||
@@ -62,7 +62,7 @@ import {RouteRecordRaw, useRoute, useRouter} from 'vue-router'
|
||||
import {TagView} from "@/store/interface";
|
||||
|
||||
import ScrollPane from './ScrollPane.vue'
|
||||
import {Close} from '@element-plus/icons'
|
||||
import {Close,RefreshRight,CircleClose,Back,Right} from '@element-plus/icons-vue'
|
||||
import { generateTitle } from '@/utils/i18n'
|
||||
|
||||
const {ctx} = getCurrentInstance() as any
|
||||
|
||||
Reference in New Issue
Block a user