Ganto123 2 years ago
parent
commit
e0d6052501
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pages/Home.vue

+ 1 - 1
src/pages/Home.vue

@@ -1,6 +1,6 @@
 <template>
   <div>欢迎浏览 干徒工作室</div>
-  <span @click="count++">{{ count }}</span>
+  <span @click="count++">{{ count+1 }}</span>
 </template>
 
 <script setup lang='ts'>