sunjian 3 months ago
parent
commit
4b2843b935
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 is {{ count }}</button>
+    <button type="button" @click="count++">count {{ count }}</button>
     <p>
       Edit
       <code>components/HelloWorld.vue</code> to test HMR