Risistemazione: Signup...

This commit is contained in:
paolo
2018-11-17 21:07:07 +01:00
parent 794e7088e7
commit 48c8c742b0
5 changed files with 27 additions and 19 deletions

View File

@@ -28,13 +28,7 @@
import Header from './components/Header.vue'
const store: Store<RootState> = storeBuilder.vuexStore({
strict: DebugMode
})
sync(store, router)
@Component({
store: store,
components: {
appHeader: Header,
},