Kaynağa Gözat

perf: 测试

miaofuhao 3 yıl önce
ebeveyn
işleme
e5ccae9e98
2 değiştirilmiş dosya ile 3 ekleme ve 1 silme
  1. 2 1
      package.json
  2. 1 0
      src/App.vue

+ 2 - 1
package.json

@@ -7,7 +7,8 @@
7 7
     "build": "vue-cli-service build",
8 8
     "lint": "vue-cli-service lint",
9 9
     "prettier": "prettier --write .",
10
-    "prepare": "husky install"
10
+    "prepare": "husky install",
11
+    "commit": "cz"
11 12
   },
12 13
   "dependencies": {
13 14
     "core-js": "^3.8.3",

+ 1 - 0
src/App.vue

@@ -1,5 +1,6 @@
1 1
 <template>
2 2
   <HelloWorld msg="Welcome to Your Vue.js + TypeScript App" />
3
+  哈哈哈hahahdf
3 4
 </template>
4 5
 
5 6
 <script lang="ts">