Skip to content

Commit

Permalink
fix(模块一): 更改readme
Browse files Browse the repository at this point in the history
  • Loading branch information
agileago committed Nov 9, 2021
1 parent cf1901e commit 94cb61c
Show file tree
Hide file tree
Showing 3 changed files with 746 additions and 40 deletions.
2 changes: 1 addition & 1 deletion example/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Component } from '@/di'
import { UserService } from './module/auth/user.service'
import './theme/app.css'
import 'ant-design-vue/dist/antd.css'
import { ConfigProvider, Table } from 'ant-design-vue'
import { Button, ConfigProvider, Table } from 'ant-design-vue'
import zhCN from 'ant-design-vue/es/locale/zh_CN'
import { setupHttp } from './api/http'

Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"format": "prettier --write '**/*.{ts,tsx,js,vue,css,scss,html,json}'",
"chrome": "open -n /Applications/Google\\ Chrome.app/ --args --disable-web-security --user-data-dir=$HOME/MyChromeDevUserData/",
"release": "standard-version",
"prepublishOnly": "yarn run-s build release",
"release:github": "conventional-github-releaser -p angular",
"prepublishOnly": "yarn run-s build release release:github",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:serve": "vitepress serve docs"
Expand Down Expand Up @@ -57,10 +58,11 @@
"@typescript-eslint/eslint-plugin": "^4.29.2",
"@typescript-eslint/parser": "^4.29.2",
"@vitejs/plugin-vue": "^1.9.4",
"ant-design-vue": "^3.0.0-alpha.10",
"ant-design-vue": "^3.0.0-alpha.11",
"axios": "^0.24.0",
"commitizen": "^4.2.4",
"commitlint-config-cz": "^0.13.2",
"conventional-github-releaser": "^3.1.5",
"cz-customizable": "^6.3.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
Expand Down
Loading

0 comments on commit 94cb61c

Please sign in to comment.