We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb5fcf6 commit b9c741dCopy full SHA for b9c741d
src/types/index.d.ts
@@ -1,5 +1,6 @@
1
import Vue, { PluginFunction } from 'vue';
2
import { Store } from 'vuex';
3
+import './vue';
4
5
6
type AsyncFunction = ((arg0: any) => Promise<any>) | Promise<any>;
0 commit comments