store added
This commit is contained in:
@@ -1,14 +1,15 @@
|
||||
import { createApp } from 'vue'
|
||||
import App from '@/App.vue'
|
||||
import { registerPlugins } from '@core/utils/plugins'
|
||||
import { createApp } from 'vue'
|
||||
|
||||
// Styles
|
||||
import '@core-scss/template/index.scss'
|
||||
import '@styles/styles.scss'
|
||||
import store from './store'
|
||||
|
||||
// Create vue app
|
||||
const app = createApp(App)
|
||||
|
||||
app.use(store)
|
||||
|
||||
// Register plugins
|
||||
registerPlugins(app)
|
||||
|
Reference in New Issue
Block a user