demo

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.