Files
wechatpay-enterprise-web/node_modules/vue/dist/vue.runtime.common.js
jefferyzhao b9bdc8598b first commit
2025-07-31 17:44:12 +08:00

6 lines
173 B
JavaScript

if (process.env.NODE_ENV === 'production') {
module.exports = require('./vue.runtime.common.prod.js')
} else {
module.exports = require('./vue.runtime.common.dev.js')
}