Ganto123 2 жил өмнө
parent
commit
fc097d12f4
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      src/pages/Home.vue

+ 1 - 1
src/pages/Home.vue

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