Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
likuner committed Jul 7, 2022
1 parent a22e59d commit 90e9ac5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"preview:staging": "npm run build:staging && vite preview --mode=staging"
},
"dependencies": {
"view-ui-plus": "^1.3.0",
"view-ui-plus": "^1.3.1",
"vue": "^3.2.25",
"vue-router": "^4.0.16"
},
Expand Down
2 changes: 1 addition & 1 deletion src/components/Demo.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { defineComponent, ref } from 'vue'
import { Alert, Input } from 'view-ui-plus'
import styles from './demo.module.less'
import styles from './Demo.module.less'

export default defineComponent({
setup() {
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"useDefineForClassFields": true,
"module": "esnext",
"moduleResolution": "node",
"strict": false,
"strict": true,
"jsx": "preserve",
"sourceMap": true,
"resolveJsonModule": true,
Expand Down

0 comments on commit 90e9ac5

Please sign in to comment.