[Improvement] eslint before build (#455)

This commit is contained in:
neverland
2017-12-19 19:12:32 +08:00
committed by GitHub
parent 05a724c0c8
commit df67b005ce
10 changed files with 371 additions and 39 deletions

View File

@@ -72,6 +72,7 @@
</template>
<script>
/* eslint-disable camelcase */
import { create } from '../utils';
import Field from '../field';
import Cell from '../cell';
@@ -149,7 +150,7 @@ export default create({
this.isEdit = !!val.id;
},
deep: true
},
}
},
computed: {