Vue.component('module-one-1-2', { template:`
{{label}}
`, props: { label:{ type:String } }, data() { return { }; }, })