mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-11 05:02:25 +03:00
10 lines
188 B
JavaScript
10 lines
188 B
JavaScript
import Component from '~target'
|
|
import * as exports from '~target'
|
|
|
|
if (typeof window !== 'undefined') {
|
|
window.module = Component
|
|
window.exports = exports
|
|
}
|
|
|
|
export default Component
|