UNPKG

@ishitatsuyuki/oruga-next

Version:

UI components for Vue.js and CSS framework agnostic

10 lines (7 loc) 241 B
'use strict'; // Polyfills for SSR const isSSR = typeof window === 'undefined'; const HTMLElement = isSSR ? Object : window.HTMLElement; const File = isSSR ? Object : window.File; exports.File = File; exports.HTMLElement = HTMLElement;