mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-08 01:17:23 +08:00
8 lines
189 B
JavaScript
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')
|
|
}
|