1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/vue/dist/vue.runtime.common.js

6 lines
173 B
JavaScript
Raw Normal View History

2023-12-18 13:12:25 +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')
}