Dodano modal o dotacji

This commit is contained in:
2020-12-13 00:43:11 +01:00
parent a7a19c3faa
commit 1d377648ef
7 changed files with 253 additions and 34 deletions
+7 -7
View File
@@ -1,12 +1,12 @@
import Vue from 'vue'
import App from './App.vue'
import router from './router'
import store from './store'
import Vue from 'vue';
import App from './App.vue';
import router from './router';
import store from './store';
Vue.config.productionTip = false
Vue.config.productionTip = false;
new Vue({
router,
store,
render: h => h(App)
}).$mount('#app')
render: h => h(App),
}).$mount('#app');