Blame view

src/main/webapp/libs/element-ui/vue@2.6.10/dist/vue.common.js 157 Bytes
caiyongsong committed
1 2 3 4 5
if (process.env.NODE_ENV === 'production') {
  module.exports = require('./vue.common.prod.js')
} else {
  module.exports = require('./vue.common.dev.js')
}