UNPKG

wx2swan

Version:

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

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