UNPKG

waibu-mpa

Version:

MPA support for Waibu Framework

12 lines (9 loc) 246 B
import BaseFactory from '../base-factory.js' class Template extends BaseFactory { constructor (options) { super(options) this.component.normalizeAttr(this.params) this.params.tag = 'style' } } export default Template