dep: build script 변경

This commit is contained in:
2021-09-08 22:39:14 +09:00
parent 97ac7deb2f
commit 3ab349af6e
4 changed files with 25 additions and 27 deletions
+1 -1
View File
@@ -470,7 +470,7 @@ import { unwrap } from "./util/unwrap";
import { convertFormData } from "./util/convertFormData";
import axios from "axios";
import { NPCPriorityBtnHelpMessage } from "./helpTexts";
import { CTooltip } from "@coreui/vue";
import { CTooltip } from "@coreui/vue/src/directives/CTooltip";
import draggable from "vuedraggable";
import MyToast from "./components/MyToast.vue";
import TopBackBar from "./components/TopBackBar.vue";
+1 -1
View File
@@ -20,7 +20,7 @@
<script lang="ts">
import { defineComponent, PropType } from "vue";
import { ToastType } from "../defs";
import { CToaster, CToast, CToastHeader, CToastBody } from "@coreui/vue";
import { CToaster, CToast, CToastHeader, CToastBody } from "@coreui/vue/src/components/toast";
export default defineComponent({
name: "MyToast",