Vue.component('module-one-1-1', { template:`
{{label}}
`, props: { label:{ type:String }, amplify:{ type:Boolean }, name:{ type:String }, projectid:{ type:Number }, businessdata:{ type:Object } }, data() { return { }; }, methods: { }, watch:{ }, })