Skip to content

Commit

Permalink
可以吗?
Browse files Browse the repository at this point in the history
  • Loading branch information
jsxiaosi committed Jun 18, 2021
1 parent 1802424 commit 4230812
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
"license": "MIT",
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -e $HUSKY_GIT_PARAMS"
"precommit": "lint-staged",
"commitmsg": "commitlint -e $HUSKY_GIT_PARAMS"
}
},
"lint-staged": {
Expand Down
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<script setup>
import HelloWorld from './components/HelloWorld.vue'
let admin='asdasdasdas'
let admin='asdasdasdas'
// This starter template is using Vue 3 experimental <script setup> SFCs
// Check out https://github.com/vuejs/rfcs/blob/script-setup-2/active-rfcs/0000-script-setup.md
Expand Down

0 comments on commit 4230812

Please sign in to comment.