<div>
我姓{{user}}, 名{{name}}, 全名{{username}}
export default{
name: 'HelloWorld',
props:{
msg: String
},
date(){
return{
user:'宋'
name:'永强'
}
},
computed:{
username:function(){
return this.user + this.name
}
}
</div>
本文标题:作业
本文链接:https://www.haomeiwen.com/subject/qdvvcctx.html
网友评论