[improvement] lint ts/tsx files (#2776)
This commit is contained in:
@@ -28,7 +28,7 @@ export type ModelOptions = {
|
||||
export interface VantComponentOptions extends ComponentOptions<Vue> {
|
||||
functional?: boolean;
|
||||
install?: (Vue: VueConstructor) => void;
|
||||
};
|
||||
}
|
||||
|
||||
export type DefaultProps = Record<string, any>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user