dep: upgrade bv3 bvn

This commit is contained in:
2023-03-19 13:29:58 +09:00
parent a79585f8de
commit 31f4472a8a
45 changed files with 1634 additions and 442 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ import { range } from "lodash-es";
import { inject, onMounted, ref, type PropType } from "vue";
import VueTypes from "vue-types";
import DragSelect from "@/components/DragSelect.vue";
import { BButton } from "bootstrap-vue-3";
import { BButton } from "bootstrap-vue-next";
import { QueryActionHelper } from "@/util/QueryActionHelper";
import type { ChiefResponse } from "@/defs/API/NationCommand";