campus-errand/admin/node_modules/@vue/runtime-dom/index.js
2026-03-01 05:01:47 +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')
}