mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-16 08:50:33 +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
|