var Comp = Vue.extend({ data () { return { count: 0, checked: false } }, methods: { increament () { this.count ++ } }, template: `