We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 840202f commit 98edaf0Copy full SHA for 98edaf0
package.json
@@ -14,7 +14,7 @@
14
"scripts": {
15
"build": "rollup -c",
16
"changelog": "auto-changelog --template build/changelog-template.hbs --commit-limit false --package --backfill-limit 0 --starting-version v4.0.0-alpha.0",
17
- "docs:api-generator": "vue-docgen -c build/docgen.config.js",
+ "docs:api": "vue-docgen -c build/docgen.config.js",
18
"docs:dev": "vuepress dev docs",
19
"docs:build": "vuepress build docs",
20
"lint": "eslint 'src/components/**/*.{js,ts,tsx}'",
0 commit comments