为了账号安全,请及时绑定邮箱和手机立即绑定

使用Vue的方式

使用Vue的方式

红糖糍粑 2018-12-19 18:19:15
最近再学习Vue.js,对创建模版的方式有以下问题:一般情况,我们使用如下方式创建模版:this.vm = new Vue({            el: this.wrapperElement,            data: {                label: this.label,                btnStyle: this.btnStyle,                icon: this.icon,                img: this.img            },            methods: {                action: this.action            },            template: `<ph-button :label="label" :btnStyle="btnStyle" :icon="icon" :action="action" :img="img"></ph-button>`        })但是我想知道是否含有其他的方式,能达到与上面一样的目的。如果可以,请大佬们列入其他的方式。且这些方式都能在class类中使用不甚感激!
查看完整描述

1 回答

  • 1 回答
  • 0 关注
  • 391 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信