mirror of
https://github.com/seigler/dash-platform-console
synced 2025-07-27 09:36:10 +00:00
identities
This commit is contained in:
parent
fc47e7febf
commit
93dfb8cbf6
22 changed files with 14128 additions and 100 deletions
14
src/main.js
Normal file
14
src/main.js
Normal file
|
@ -0,0 +1,14 @@
|
|||
import Vue from 'vue';
|
||||
import App from './App.vue';
|
||||
import router from './router';
|
||||
import store from './store';
|
||||
import vuetify from './plugins/vuetify';
|
||||
|
||||
Vue.config.productionTip = false;
|
||||
|
||||
new Vue({
|
||||
router,
|
||||
store,
|
||||
vuetify,
|
||||
render: h => h(App),
|
||||
}).$mount('#app');
|
Loading…
Add table
Add a link
Reference in a new issue