UNPKG

waibu-mpa

Version:

MPA support for Waibu Framework

13 lines (11 loc) 295 B
async function templateFactory () { class Template extends this.app.baseClass.MpaWidget { constructor (options) { super(options) this.component.normalizeAttr(this.params) this.params.tag = 'style' } } return Template } export default templateFactory