UNPKG

wave-ui

Version:

A UI framework for Vue.js 3 (and 2) with only the bright side. :sunny:

8 lines (5 loc) 220 B
import WaveUI from './core' import * as components from './components' const install = WaveUI.install WaveUI.install = (app, options = {}) => install.call(WaveUI, app, { components, ...options }) export default WaveUI