We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60f94c2 commit a2bbdafCopy full SHA for a2bbdaf
src/shims-vue.d.ts
@@ -4,5 +4,4 @@ declare module '*.vue' {
4
export default component
5
}
6
// 国际化声明
7
-declare module 'element-plus/lib/packages/locale/lang/zh-cn';
8
-declare module 'element-plus/lib/packages/locale/lang/en';
+declare module 'element-plus/dist/locale/*.mjs';
0 commit comments