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 c47cb8d commit 28a2891Copy full SHA for 28a2891
1 file changed
src/token.js
@@ -1,10 +1,9 @@
1
-import { InjectionKey } from "vue";
2
import Sdk from "casdoor-js-sdk";
3
4
const CASDOOR_SDK_TOKEN = '$casdoor-sdk';
5
6
/**
7
* @summary Injection token used to `provide` / `inject` the `Sdk` instance.
8
- * @type { InjectionKey<Sdk> }
+ * @type { import('vue').InjectionKey<Sdk> }
9
*/
10
export const CASDOOR_SDK_INJECTION_KEY = Symbol.for(CASDOOR_SDK_TOKEN);
0 commit comments