UNPKG

t-comm

Version:

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

14 lines (10 loc) 277 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); function initAppV3(options, router, store, createApp) { var app = createApp(options.App); app.use(router); app.use(store); window.gApp = app; return app; } exports.initAppV3 = initAppV3;