mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 02:31:21 +00:00
[Improvement] eslint before build (#455)
This commit is contained in:
@@ -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: {
|
||||
|
Reference in New Issue
Block a user