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