mirror of https://github.com/ElemeFE/element
Fix filename of md file for en-US version (#3600)
Initially it was `en-us`, but the folder is `en-US` . When creating a new component, the build doesn't work because it hopes a file in the `en-US` folder.pull/3608/head
parent
c30eea3cb5
commit
a50fcfd9c7
|
@ -74,7 +74,7 @@ export default {
|
|||
content: `## ${chineseName}`
|
||||
},
|
||||
{
|
||||
filename: path.join('../../examples/docs/en-us', `${componentname}.md`),
|
||||
filename: path.join('../../examples/docs/en-US', `${componentname}.md`),
|
||||
content: `## ${componentname}`
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue