remove element-plus icons.

This commit is contained in:
2023-11-22 00:09:32 +08:00
parent aa7d46effc
commit 24f9e97962
33 changed files with 1339 additions and 988 deletions

View File

@@ -9,6 +9,7 @@ import TestCat from "./TestCat2.vue"
import storage from "~/utils/storage"
import { STORAGE_KEY } from "utils/constants"
import { LANGUAGE } from "~/utils/types"
import More from "~/shared/icons/More.vue"
const route = useRoute()
const router = useRouter()
@@ -81,7 +82,7 @@ function changeLanguage(v: LANGUAGE) {
<n-button :size="isDesktop ? 'medium' : 'small'">
<template #icon>
<n-icon>
<i-ep-more-filled />
<More />
</n-icon>
</template>
</n-button>