UNPKG

t-comm

Version:

专业、稳定、纯粹的工具库

11 lines (8 loc) 278 B
import { initCommonConfig } from './helper.mjs'; function initConfigV3(app) { app.config.compilerOptions.isCustomElement = [ // 忽略自定义元素标签抛出的报错 'wx-open-launch-app', 'wx-open-launch-weapp']; initCommonConfig(app); } export { initConfigV3 };