vue timer demo
'use strict';Vue.directive('timer', {params: ['increase', 'interval'],twoWay: true,bind() {this.flag = truevar increase = parseInt(this.params.increase)var interval = parseInt(this.params.
业界
2016年07月05日