UNPKG

x-mini

Version:
16 lines (13 loc) 208 B
import { log, } from '../mini/utils'; exports.debug = function() { // 调试问题 } exports.init = function(opts = {}) { log.warn(':::x-mini add debug'); const { xApp, xPage, } = opts; }