fix: eslint (#1929)

This commit is contained in:
neverland 2019-08-29 14:08:49 +08:00 committed by GitHub
parent 008125110c
commit 8b1acf3f2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 6 deletions

View File

@ -44,9 +44,9 @@ VantComponent({
},
mounted() {
setTimeout(()=>{
this.setValues()
}, 0)
setTimeout(() => {
this.setValues();
}, 0);
},
methods: {

View File

@ -1,7 +1,6 @@
import { basic } from '../mixins/basic';
import { observe } from '../mixins/observer/index';
import { VantComponentOptions, CombinedComponentInstance } from 'definitions/index';
import { Weapp } from 'packages/definitions/weapp';
function mapKeys(source: object, target: object, map: object) {
Object.keys(map).forEach(key => {

View File

@ -1,4 +1,4 @@
import { Weapp } from "definitions/weapp";
import { Weapp } from 'definitions/weapp';
export const openType = Behavior({
properties: {

View File

@ -1,4 +1,4 @@
import { Weapp } from "definitions/weapp";
import { Weapp } from 'definitions/weapp';
export const touch = Behavior({
methods: {