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 2fe3ca1 commit 705dc5bCopy full SHA for 705dc5b
src/plugin.ts
@@ -6,7 +6,7 @@ import type { Backends, SDKOptions } from './types';
6
7
export interface VueKuzzleOptions {
8
backends: Backends;
9
- sdkOptions: SDKOptions;
+ sdkOptions?: SDKOptions;
10
}
11
12
/**
0 commit comments