chore: 修改生命周期函数

This commit is contained in:
就眠儀式
2022-02-20 22:15:59 +08:00
parent 8e85bf818c
commit 8819a4845e
4 changed files with 2 additions and 54 deletions

View File

@@ -30,8 +30,7 @@
"build:example": "vite build example",
"lint:eslint": "eslint 'src/**/*.{vue,ts,tsx}' --fix",
"lint:prettier": "prettier --write \"src/**/*.{vue,ts}\"",
"prepare": "husky install",
"postinstall": "npm run prepare",
"postinstall": "husky install",
"commit": "git-cz",
"commit:push": "git add . && git-cz && git push"
},