H5-contact/node_modules/@dcloudio/uni-cli-shared/dist/polyfill.js

10 lines
340 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const uni_shared_1 = require("@dcloudio/uni-shared");
function polyfill() {
const shared = require('@vue/shared');
shared.isGloballyAllowed = uni_shared_1.isGloballyAllowed;
shared.isGloballyWhitelisted = uni_shared_1.isGloballyAllowed;
}
polyfill();