Template
1
0
mirror of https://github.com/un-pany/v3-admin-vite.git synced 2025-04-21 11:29:20 +08:00

chore: el-config-provider 组件采用短横线方式

This commit is contained in:
pany 2023-08-24 16:27:58 +08:00
parent adff68b7e8
commit 56bb2c2492

View File

@ -41,7 +41,7 @@ ElNotification({
</script>
<template>
<ElConfigProvider :locale="zhCn">
<el-config-provider :locale="zhCn">
<router-view />
</ElConfigProvider>
</el-config-provider>
</template>