UNPKG

buefy

Version:

Lightweight UI components for Vue.js based on Bulma

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