mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-13 11:34:02 +08:00
chore: add French doc for new component (#14924)
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user