refac: toast 출력을 bootstrap-vue-3 내부 toast로 변경

- component로 src 내부 ts/vue 사용 시도 중
This commit is contained in:
2022-02-18 20:54:26 +09:00
parent 65aefadcdc
commit 5ea1b0bce4
13 changed files with 534 additions and 651 deletions
+1 -1
View File
@@ -158,7 +158,7 @@ module.exports = (env, argv) => {
{
test: /\.vue$/,
loader: 'vue-loader',
exclude: /(node_modules)/,
//exclude: /(node_modules)/,
options: {
hotReload: false,
}