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 bb125b5 commit d37e932Copy full SHA for d37e932
packages/devui-vue/devui-cli/index.js
@@ -23,7 +23,6 @@ program
23
.command('build')
24
.description('打包组件库')
25
.hook('postAction', generateTheme)
26
- .hook('postAction', generateDts)
27
.action(build);
28
29
program
packages/devui-vue/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-devui",
3
- "version": "1.0.2",
+ "version": "1.1.0",
4
"license": "MIT",
5
"description": "DevUI components based on Vite and Vue3",
6
"keywords": [
0 commit comments