Skip to content

Commit 94cb61c

Browse files
committed
fix(模块一): 更改readme
1 parent cf1901e commit 94cb61c

File tree

3 files changed

+746
-40
lines changed

3 files changed

+746
-40
lines changed

example/main.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { Component } from '@/di'
77
import { UserService } from './module/auth/user.service'
88
import './theme/app.css'
99
import 'ant-design-vue/dist/antd.css'
10-
import { ConfigProvider, Table } from 'ant-design-vue'
10+
import { Button, ConfigProvider, Table } from 'ant-design-vue'
1111
import zhCN from 'ant-design-vue/es/locale/zh_CN'
1212
import { setupHttp } from './api/http'
1313

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"format": "prettier --write '**/*.{ts,tsx,js,vue,css,scss,html,json}'",
2121
"chrome": "open -n /Applications/Google\\ Chrome.app/ --args --disable-web-security --user-data-dir=$HOME/MyChromeDevUserData/",
2222
"release": "standard-version",
23-
"prepublishOnly": "yarn run-s build release",
23+
"release:github": "conventional-github-releaser -p angular",
24+
"prepublishOnly": "yarn run-s build release release:github",
2425
"docs:dev": "vitepress dev docs",
2526
"docs:build": "vitepress build docs",
2627
"docs:serve": "vitepress serve docs"
@@ -57,10 +58,11 @@
5758
"@typescript-eslint/eslint-plugin": "^4.29.2",
5859
"@typescript-eslint/parser": "^4.29.2",
5960
"@vitejs/plugin-vue": "^1.9.4",
60-
"ant-design-vue": "^3.0.0-alpha.10",
61+
"ant-design-vue": "^3.0.0-alpha.11",
6162
"axios": "^0.24.0",
6263
"commitizen": "^4.2.4",
6364
"commitlint-config-cz": "^0.13.2",
65+
"conventional-github-releaser": "^3.1.5",
6466
"cz-customizable": "^6.3.0",
6567
"eslint": "^7.32.0",
6668
"eslint-config-prettier": "^8.3.0",

0 commit comments

Comments
 (0)