[improvement] lint ts/tsx files (#2776)

This commit is contained in:
neverland
2019-02-18 14:45:31 +08:00
committed by GitHub
parent 29fad2235a
commit 0013185d38
9 changed files with 57 additions and 19 deletions
+1 -1
View File
@@ -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>;