3 Commits d6b96ca219 ... 014af55b28

Author SHA1 Message Date
  sunjian 014af55b28 Merge branch 'develop' 3 months ago
  sunjian 52d2a05f63 Merge branch 'feature-1' into develop 3 months ago
  sunjian 4d1589049b feature-1-commit 3 months ago
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/HelloWorld.vue

+ 1 - 1
src/components/HelloWorld.vue

@@ -10,7 +10,7 @@ const count = ref(0)
   <h1>{{ msg }}</h1>
 
   <div class="card">
-    <button type="button" @click="count++">count {{ count }}</button>
+    <button type="button" @click="count++">is count {{ count }}</button>
     <p>
       Edit
       <code>components/HelloWorld.vue</code>is to test HMR