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> </script>
<template> <template>
<ElConfigProvider :locale="zhCn"> <el-config-provider :locale="zhCn">
<router-view /> <router-view />
</ElConfigProvider> </el-config-provider>
</template> </template>