We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6c1b3e commit 3ff4f6bCopy full SHA for 3ff4f6b
antd-tools/generator-types/index.js
@@ -7,7 +7,7 @@ try {
7
parseAndWrite({
8
version: pkg.version,
9
name: 'types',
10
- path: path.resolve(rootPath, './v2-doc/src/docs'),
+ path: path.resolve(rootPath, './components'),
11
// default match lang
12
test: /en-US\.md/,
13
outputDir: path.resolve(rootPath, './vetur'),
0 commit comments