[Improvement] eslint: use vue-libs (#1237)

This commit is contained in:
neverland
2018-06-07 11:59:02 +08:00
committed by GitHub
parent 5b7542b8f0
commit a1c5c6fef4
27 changed files with 222 additions and 344 deletions
+2 -2
View File
@@ -60,10 +60,10 @@ export default {
methods: {
onInput(value) {
Toast('Input: ' + value);
this.$toast('Input: ' + value);
},
onDelete() {
Toast('Delete');
this.$toast('Delete');
}
}
};
+1 -1
View File
@@ -19,7 +19,7 @@
</div>
<div :class="b('body')">
<key
v-for="(key, index) in keys"
v-for="key in keys"
:key="key.text"
:text="key.text"
:type="key.type"