delete all element-plus related.

This commit is contained in:
2023-01-18 21:06:50 +08:00
parent 947111247e
commit 5763f6dea2
20 changed files with 405 additions and 631 deletions

View File

@@ -6,7 +6,12 @@ const theme = computed(() => (isDark.value ? darkTheme : null))
</script>
<template>
<n-config-provider :theme="theme" :locale="zhCN" :date-locale="dateZhCN">
<n-config-provider
inline-theme-disabled
:theme="theme"
:locale="zhCN"
:date-locale="dateZhCN"
>
<router-view></router-view>
</n-config-provider>
</template>