Skip to content

Commit 844035b

Browse files
author
messenjer
committed
fix(BToast): vue has no exported member named 'Reactive'
1 parent a9f8b95 commit 844035b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/BToast/plugin.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ import {
2020
isReactive,
2121
watchEffect,
2222
ref,
23-
Reactive,
2423
reactive,
2524
} from 'vue'
2625

@@ -43,7 +42,7 @@ export interface ToastOptions {
4342
}
4443

4544
export interface Toast {
46-
options: Reactive<ToastOptions>
45+
options: ToastOptions
4746
content: ToastContent
4847
}
4948

0 commit comments

Comments
 (0)