wx2
Version:
微信小程序 转换 百度小程序
26 lines (23 loc) • 519 B
JavaScript
/**
* @file 自定义组件配置
* @description 自定义组件不支持的方法
*/
module.exports = {
// Component构造器中不支持的属性
Component: {
},
// 自定义组件中this上不支持的属性和方法
this: {
},
// 设置内置behaviors映射关系
behaviors: {
'swan://form-field': {
mapping: 'wx://form-field'
},
'swan://component-export': {
mapping: 'wx://component-export'
}
},
json: {
}
};