8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d532fe commit 10d79c6Copy full SHA for 10d79c6
src/index.ts
@@ -1,7 +1,7 @@
1
import Vue, { VueConstructor } from 'vue';
2
import { SetupContext } from './types/vue';
3
import { currentVue } from './runtimeContext';
4
-import { Wrapper } from './wrappers';
+import { Wrapper, isWrapper } from './wrappers';
5
import { install } from './install';
6
import { mixin } from './setup';
7
@@ -25,7 +25,7 @@ if (currentVue && typeof window !== 'undefined' && window.Vue) {
25
_install(window.Vue);
26
}
27
28
-export { plugin, Wrapper };
+export { plugin, Wrapper, isWrapper };
29
export { set } from './reactivity';
30
export * from './ts-api';
31
export * from './functions/state';
0 commit comments