mirror of https://github.com/ElemeFE/element
chore: add French doc for new component (#14924)
parent
9737b648e7
commit
6298958c19
|
@ -53,6 +53,10 @@ export default {
|
|||
filename: path.join('../../examples/docs/es', `${componentname}.md`),
|
||||
content: `## ${ComponentName}`
|
||||
},
|
||||
{
|
||||
filename: path.join('../../examples/docs/fr-FR', `${componentname}.md`),
|
||||
content: `## ${ComponentName}`
|
||||
},
|
||||
{
|
||||
filename: path.join('../../test/unit/specs', `${componentname}.spec.js`),
|
||||
content: `import { createTest, destroyVM } from '../util';
|
||||
|
|
Loading…
Reference in New Issue