UNPKG

wx2swan

Version:

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

14 lines (13 loc) 308 B
'use strict'; /** * @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'] };