作业

作者: lyf_god | 来源:发表于2019-06-30 09:53 被阅读0次

    <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