export default {props: {
},data(){ return {
}
},
mounted(){
console.info(this.$attrs); //这里的$attrs能获取到数据吗},
render(h){ return h('div',''hello)
}}
添加回答
举报
0/150
提交
取消