mirror of https://github.com/ElemeFE/element
Chore: add es doc for new component (#12098)
parent
43f83128cd
commit
dc54d4203d
|
@ -49,6 +49,10 @@ export default {
|
|||
filename: path.join('../../examples/docs/en-US', `${componentname}.md`),
|
||||
content: `## ${ComponentName}`
|
||||
},
|
||||
{
|
||||
filename: path.join('../../examples/docs/es', `${componentname}.md`),
|
||||
content: `## ${ComponentName}`
|
||||
},
|
||||
{
|
||||
filename: path.join('../../test/unit/specs', `${componentname}.spec.js`),
|
||||
content: `import { createTest, destroyVM } from '../util';
|
||||
|
|
Loading…
Reference in New Issue