Browse Source

Update README.md

Átila Camurça Alves 5 năm trước cách đây
mục cha
commit
1ecf3a40c1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -37,7 +37,7 @@ import { createApp } from 'vue'
 import store from './store'
 import App from './APP.vue'
 
-const app = createApp(Counter)
+const app = createApp(App)
 
 app.use(store)