UNPKG

wx2swan

Version:

微信小程序 转换 百度小程序

13 lines (12 loc) 294 B
/** * @file 数据双向绑定转换配置 * @author zhengjiaqi01@baidu.com * 2018/9/13 */ module.exports = { 'scroll-view': ['scroll-top', 'scroll-left', 'scroll-into-view'], 'input': ['value'], 'textarea': ['value'], 'movable-view': ['x', 'y'], 'slider': ['value'] };