UNPKG

waibu-bootstrap

Version:

Bootstrap suport for Waibu Framework

22 lines (19 loc) 460 B
async function factory (pkgName) { const me = this return class WaibuBootstrap extends this.lib.BajoPlugin { constructor () { super(pkgName, me.app) this.alias = 'wbs' this.dependencies = ['waibu-mpa', 'waibu-extra'] this.config = { waibu: { prefix: 'bootstrap' }, siteSetting: { toastAutohideDelayDur: '5s' } } } } } export default factory