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.
2 parents b8acf1f + 4361a7b commit af8c776Copy full SHA for af8c776
types/index.d.ts
@@ -1,4 +1,4 @@
1
import { IAsyncComputedValue } from 'vue-async-computed';
2
import { VueDecorator } from 'vue-class-component';
3
4
-export function AsyncComputed<T>(computedOptions?: IAsyncComputedValue<T>): VueDecorator;
+export default function AsyncComputed<T>(computedOptions?: IAsyncComputedValue<T>): VueDecorator;
0 commit comments