变更
This commit is contained in:
2
types/utils/withInstall.d.ts
vendored
2
types/utils/withInstall.d.ts
vendored
@@ -1,3 +1,3 @@
|
||||
import { Plugin } from "vue";
|
||||
export declare type WithInstallType<T> = T & Plugin;
|
||||
export type WithInstallType<T> = T & Plugin;
|
||||
export declare const withInstall: <T>(comp: T) => T & Plugin;
|
||||
|
||||
Reference in New Issue
Block a user