Explorar o código

Merge pull request #1696 from atilacamurca/patch-1

Update README.md
Kia King Ishii %!s(int64=5) %!d(string=hai) anos
pai
achega
8838f2c221
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)