UNPKG

buefy

Version:

Lightweight UI components for Vue.js (v3) based on Bulma

7 lines (4 loc) 186 B
// Polyfills for SSR export const isSSR = typeof window === 'undefined' export const HTMLElement = isSSR ? Object : window.HTMLElement export const File = isSSR ? Object : window.File