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
@@ -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",