mirror of
https://github.com/retailcrm/vue-i18n-loader.git
synced 2024-11-26 07:16:04 +03:00
10 lines
192 B
JavaScript
10 lines
192 B
JavaScript
|
import Component from '~target'
|
||
|
import * as exports from '~target'
|
||
|
|
||
|
if (typeof window !== 'undefined') {
|
||
|
window.module = Component
|
||
|
window.exports = exports
|
||
|
}
|
||
|
|
||
|
export default Component
|