refac: toast 출력을 bootstrap-vue-3 내부 toast로 변경
- component로 src 내부 ts/vue 사용 시도 중
This commit is contained in:
+8
-4
@@ -148,10 +148,14 @@ export type IDItem<T> = {
|
||||
};
|
||||
|
||||
export type ToastType = {
|
||||
title?: string,
|
||||
content?: string,
|
||||
type?: Colors,
|
||||
delay?: number,
|
||||
content: {
|
||||
title?: string,
|
||||
body?: string,
|
||||
},
|
||||
options?: {
|
||||
variant?: Colors,
|
||||
delay?: number,
|
||||
}
|
||||
}
|
||||
|
||||
export const keyScreenMode = 'sam.screenMode';
|
||||
|
||||
Reference in New Issue
Block a user