Skip to content

Commit 9965f5f

Browse files
coolboy0961陳 佳冬
and
陳 佳冬
authored
fix: add options param to createLocalVue types (vuejs#1873)
Co-authored-by: 陳 佳冬 <[email protected]>
1 parent c2ee13b commit 9965f5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/test-utils/types/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ interface VueTestUtilsConfigOptions {
183183
deprecationWarningHandler?: Function
184184
}
185185

186-
export declare function createLocalVue (): typeof Vue
186+
export declare function createLocalVue (options?: any): typeof Vue
187187
export declare let config: VueTestUtilsConfigOptions
188188

189189
export declare function mount<V extends Vue> (component: VueClass<V>, options?: ThisTypedMountOptions<V>): Wrapper<V>

0 commit comments

Comments
 (0)