Files
xiaokuaisong-xiaochengxu/uniapp04/node_modules/vue/dist/vue.runtime.common.js

6 lines
173 B
JavaScript
Raw Normal View History

2025-08-18 14:20:34 +08:00
if (process.env.NODE_ENV === 'production') {
module.exports = require('./vue.runtime.common.prod.js')
} else {
module.exports = require('./vue.runtime.common.dev.js')
}