documents

This commit is contained in:
2022-04-26 12:10:41 -05:00
parent c2c605ea5d
commit 3fdbe394c4
3 changed files with 59 additions and 10379 deletions
+55 -10378
View File
File diff suppressed because it is too large Load Diff
+2
View File
@@ -7,8 +7,10 @@
"build": "vue-cli-service build"
},
"dependencies": {
"bootstrap": "^4.6.1",
"bootstrap-vue": "^2.22.0",
"core-js": "^3.8.3",
"popper.js": "^1.16.1",
"vue": "^3.2.13",
"vue-router": "^4.0.3",
"vuex": "^4.0.0"
+2 -1
View File
@@ -1,5 +1,5 @@
import { createApp } from 'vue'
import { BootstrapVue, IconsPlugin } from "bootstrap-vue";
import App from './App.vue'
import router from './router/routes'
import store from './store'
@@ -16,4 +16,5 @@ import "bootstrap/dist/css/bootstrap.min.css";
createApp(App).use(store).use(router).mount('#app')