From 55c31f76118e51b0b3e7099143f6c79247a784f9 Mon Sep 17 00:00:00 2001 From: yingfeng Date: Thu, 26 Sep 2024 15:20:49 -0400 Subject: [PATCH] AMP-3404 - remove vuera from package.json - fix bvForm undefined issue (globallyy) - fix template #default issue (globallyy) --- package.json | 1 - public/index.html | 3 ++- src/components/dashboard/Dashboard.vue | 2 +- src/components/dashboard/DashboardTable.vue | 4 ++-- src/components/entity/EntityList.vue | 2 +- src/components/entity/ItemSearch.vue | 2 +- src/components/evaluation/GroundTruthModal.vue | 4 ++-- src/components/shared/Search.vue | 4 ++-- src/components/supplement/SupplementList.vue | 2 +- src/components/workflow/SelectWorkflow.vue | 4 ++-- src/components/workflow/WorkflowEditor.vue | 4 ++-- src/components/workflow/WorkflowList.vue | 5 ++--- 12 files changed, 18 insertions(+), 19 deletions(-) diff --git a/package.json b/package.json index 57b76cf3..83ae5f9e 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 58ea97b2..a500ea56 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 2879fa08..975c5954 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 06df994f..556fe441 100644 --- a/src/components/dashboard/DashboardTable.vue +++ b/src/components/dashboard/DashboardTable.vue @@ -292,12 +292,12 @@ -