asd/asd-pc/node_modules/@vue/runtime-dom/index.js
愉快的大福 eb8378e551 init
2024-11-21 11:06:22 +08:00

8 lines
187 B
JavaScript

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