UNPKG

wx2swan

Version:

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

18 lines (16 loc) 241 B
/** * @file wxml convert swan * @author yican */ module.exports = { boolAttr: [ 's-if', 's-elif' ], selfClosingTag2EndTag: ['image'], brackets: [ 's-if', 's-elif', 's-for' ] };