integrate the user module
This commit is contained in:
+4
-1
@@ -13,8 +13,11 @@ import App from './App.vue'
|
||||
// Composables
|
||||
import { createApp } from 'vue'
|
||||
|
||||
const app = createApp(App)
|
||||
// Global Mixins
|
||||
import GlobalMixin from '@/mixins/GlobalMixin';
|
||||
|
||||
const app = createApp(App)
|
||||
registerPlugins(app)
|
||||
|
||||
app.mixin(GlobalMixin);
|
||||
app.mount('#app')
|
||||
|
||||
Reference in New Issue
Block a user