mixin.js 132 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 module.exports={ methods:{ my_onorderby:function(key){ this.$set('key',key); this.$set('order',this.order==1?-1:1) } } }