mirror of
https://github.com/getbible/app.git
synced 2024-12-21 23:48:53 +00:00
fixed store relative import in main
This commit is contained in:
parent
b1b990e72e
commit
4d863496ef
@ -1,6 +1,6 @@
|
||||
import { createApp } from 'vue'
|
||||
import App from './App.vue'
|
||||
import {store} from './store'
|
||||
import {store} from './store/store'
|
||||
|
||||
const app = createApp(App)
|
||||
app.use(store)
|
||||
|
Loading…
Reference in New Issue
Block a user