mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-05 22:14:44 +00:00
Cleanup
This commit is contained in:
parent
74e64072b0
commit
f10e60772b
1 changed files with 0 additions and 10 deletions
|
|
@ -24,21 +24,11 @@
|
|||
selectedRows: {}
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
classes() {
|
||||
return {
|
||||
|
||||
};
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
emitSort(name) {
|
||||
this.sortBy = name;
|
||||
this.$emit('sort', name);
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Reference in a new issue