Explorar o código

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

hetech %!s(int64=6) %!d(string=hai) anos
pai
achega
6298958c19
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      build/bin/new.js

+ 4 - 0
build/bin/new.js

@@ -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';