fuc-new/doc/node_modules/@vue/runtime-core/index.js
hellcat 6adbc04d4b 1
2025-10-03 17:17:08 +08:00

8 lines
189 B
JavaScript

'use strict'
if (process.env.NODE_ENV === 'production') {
module.exports = require('./dist/runtime-core.cjs.prod.js')
} else {
module.exports = require('./dist/runtime-core.cjs.js')
}