t-comm
Version:
专业、稳定、纯粹的工具库
15 lines (10 loc) • 418 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var vueStart_helper_initConfig_helper = require('./helper.js');
function initConfigV3(app) {
app.config.compilerOptions.isCustomElement = [
// 忽略自定义元素标签抛出的报错
'wx-open-launch-app', 'wx-open-launch-weapp'];
vueStart_helper_initConfig_helper.initCommonConfig(app);
}
exports.initConfigV3 = initConfigV3;