UNPKG

view-ui-plus

Version:

A high quality UI components Library with Vue.js 3

6 lines (4 loc) 150 B
function canUseDom() { return !!(typeof window !== 'undefined' && window.document && window.document.createElement); } export default canUseDom;