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