cuiqian2004
2024-08-16 a35422f15323df803433d9da51c1c3475fb61f3c
1
2
3
4
5
6
7
'use strict'
 
if (process.env.NODE_ENV === 'production') {
  module.exports = require('./dist/vue-i18n.prod.cjs')
} else {
  module.exports = require('./dist/vue-i18n.cjs')
}