mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
fix: webpackChunkName of jp doc map. (#2007)
This commit is contained in:
@@ -56,7 +56,7 @@ const LOAD_DOCS_MAP = {
|
||||
return getAsyncComponent(() => import(/* webpackChunkName: "DOCS fr-FR" */ `./docs/fr-FR${path}.md`))
|
||||
},
|
||||
[Language.JP]: path => {
|
||||
return getAsyncComponent(() => import(/* webpackChunkName: "DOCS fr-FR" */ `./docs/jp${path}.md`))
|
||||
return getAsyncComponent(() => import(/* webpackChunkName: "DOCS jp" */ `./docs/jp${path}.md`))
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user