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 96c0c2d commit b028364Copy full SHA for b028364
types/index.d.ts
@@ -46,16 +46,15 @@ export interface RenderOptions<V extends Vue, S = {}>
46
baseElement?: Element
47
}
48
49
-type ConfigurationArgs = [
50
- localVue: typeof Vue,
51
- // eslint-disable-next-line @typescript-eslint/no-explicit-any
52
- store: Store<any>,
53
- router: Router,
54
-]
55
-
56
export type ConfigurationCallback<V extends Vue> =
57
- | ((...args: ConfigurationArgs) => Partial<ThisTypedMountOptions<V>>)
58
- | ((...args: ConfigurationArgs) => void)
+ | ((
+ localVue: typeof Vue,
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
+ store: Store<any>,
+ router: Router,
+ ) => Partial<ThisTypedMountOptions<V>>)
+ | ((localVue: typeof Vue, store: Store<any>, router: Router) => void)
59
60
export function render<V extends Vue>(
61
TestComponent: VueClass<V> | ComponentOptions<V>,
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments