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

@@ -2,6 +2,7 @@
import { parseTime } from "utils/functions"
import { useContestStore } from "oj/store/contest"
import ContestType from "~/shared/components/ContestType.vue"
import Info from "~/shared/icons/Info.vue"
const contestStore = useContestStore()
</script>
@@ -16,7 +17,7 @@ const contestStore = useContestStore()
<template #trigger>
<n-button>
<template #icon>
<i-ep-warning />
<Info />
</template>
比赛信息
</n-button>