Commit dc54d420 authored by hetech's avatar hetech Committed by Jikkai Xiao

Chore: add es doc for new component (#12098)

parent 43f83128
...@@ -49,6 +49,10 @@ export default { ...@@ -49,6 +49,10 @@ export default {
filename: path.join('../../examples/docs/en-US', `${componentname}.md`), filename: path.join('../../examples/docs/en-US', `${componentname}.md`),
content: `## ${ComponentName}` content: `## ${ComponentName}`
}, },
{
filename: path.join('../../examples/docs/es', `${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