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
@@ -148,7 +148,7 @@ import TopBackBar from "@/components/TopBackBar.vue";
import BottomBar from "@/components/BottomBar.vue";
import { onMounted, provide, ref } from "vue";
import { SammoAPI } from "./SammoAPI";
import { BContainer, BButton, useToast, BFormInput, BFormSelect, BFormSelectOption } from "bootstrap-vue-3";
import { BContainer, BButton, useToast, BFormInput, BFormSelect, BFormSelectOption } from "bootstrap-vue-next";
import { unwrap } from "./util/unwrap";
import { isString } from "lodash-es";
import type { GeneralListItem, GeneralListItemP1 } from "./defs/API/Nation";