dep: build script 변경
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user