eggb4by

Results 3 comments of eggb4by

试试了几个简单组件,copy wux的dist目录下需要用到的组件到mpvue的static目录下面 在需要用的页面main.js下面 ` usingComponents: { 'wux-row': '../../../static/wux/row/index', 'wux-col': '../../../static/wux/col/index', 'wux-button': '../../../static/wux/button/index'` 然后index.vue直接用就行了 复杂组件还没试

> I agree that subscribing to model updates may be a big example, and a simple echo or broadcast may be sufficient. > > However, I would still like to...