Commit 6298958c authored by hetech's avatar hetech Committed by GitHub

chore: add French doc for new component (#14924)

parent 9737b648
...@@ -53,6 +53,10 @@ export default { ...@@ -53,6 +53,10 @@ export default {
filename: path.join('../../examples/docs/es', `${componentname}.md`), filename: path.join('../../examples/docs/es', `${componentname}.md`),
content: `## ${ComponentName}` content: `## ${ComponentName}`
}, },
{
filename: path.join('../../examples/docs/fr-FR', `${componentname}.md`),
content: `## ${ComponentName}`
},
{ {
filename: path.join('../../test/unit/specs', `${componentname}.spec.js`), filename: path.join('../../test/unit/specs', `${componentname}.spec.js`),
content: `import { createTest, destroyVM } from '../util'; content: `import { createTest, destroyVM } from '../util';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment