
weex-html
文章平均质量分 74
章家二公子
纯24K金 IT 技术宅男
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
weex 写html 项目注意事项
1. 顶层div必须设置宽、高.cRoot{ width: 100%; height: 100vh;}2. 计算属性传递参数:利用发射的机制<image class="icon" :src="getSrc(index)"></image>computed:{ getSrc(){ return function( inde...原创 2018-12-06 10:45:46 · 681 阅读 · 0 评论 -
VUE 路由
好的文章链接https://www.jianshu.com/p/9d7e9e9654111. 路由的定义module.exports = new Router({ routes: [ { path: '/', name: 'main', component: main }, { path: '/c...原创 2018-11-09 14:06:59 · 185 阅读 · 0 评论