UNPKG

waibu-mpa

Version:

MPA support for Waibu Framework

11 lines (8 loc) 246 B
import BaseFactory from '../base-factory.js' class Any extends BaseFactory { build = async () => { const { htmlTags } = this.plugin.app.waibuMpa if (!htmlTags.includes(this.params.tag)) return false } } export default Any