diff --git a/package.json b/package.json index 57b76cf..83ae5f9 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,6 @@ "vue-router": "^4.4.0", "vue3-mediaelement": "^0.0.8", "vuejs3-datepicker": "^1.0.19", - "vuera": "^0.2.7", "vuex": "^4.1.0", "vuex-pathify": "^3.0.0-beta", "vuex-persistedstate": "^4.1.0" diff --git a/public/index.html b/public/index.html index 58ea97b..a500ea5 100644 --- a/public/index.html +++ b/public/index.html @@ -1,4 +1,4 @@ - +W @@ -9,6 +9,7 @@ + diff --git a/src/components/dashboard/Dashboard.vue b/src/components/dashboard/Dashboard.vue index 2879fa0..975c595 100644 --- a/src/components/dashboard/Dashboard.vue +++ b/src/components/dashboard/Dashboard.vue @@ -1188,7 +1188,7 @@ export default { break; } - this.$bvModal.show("modal-lg"); + this.$bvModal?.show("modal-lg"); }, getDateString() { const date = new Date(); diff --git a/src/components/dashboard/DashboardTable.vue b/src/components/dashboard/DashboardTable.vue index 06df994..556fe44 100644 --- a/src/components/dashboard/DashboardTable.vue +++ b/src/components/dashboard/DashboardTable.vue @@ -292,12 +292,12 @@ -