Browse Source

Update README.md

Átila Camurça Alves 5 years ago
parent
commit
1ecf3a40c1
1 changed files with 1 additions and 1 deletions
  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)