Vue.component('el-1',{template: `
{{slide.text}} mdi-chevron-triple-down
`, data:()=>{return {"title":"Carousel","content":[]}}, props:{"attr":["content","attr"],"content":[]}, methods:{ } }) Vue.component('el-2',{template: `
{{content.title}}

{{content.title}}

`, data:()=>{return {"title":"Card"}}, props:["attr","content"], methods:{ }, created(){ if(typeof(this.attr) == 'undefined'){ this.attr.inner = false } } }) Vue.component('el-3',{template: `
{{content.title}}
`, data:()=>{return {"title":"Divider"}}, props:{"attr":["content","attr"],"content":{"title":"","color":""}}, methods:{ } })