asd/asd-pc/node_modules/vue/index.js

8 lines
171 B
JavaScript
Raw Permalink Normal View History

2024-11-21 11:06:22 +08:00
'use strict'
if (process.env.NODE_ENV === 'production') {
module.exports = require('./dist/vue.cjs.prod.js')
} else {
module.exports = require('./dist/vue.cjs.js')
}