UNPKG

vue-uiv

Version:

Bootstrap 3 components implemented by Vue 2.

9 lines (6 loc) 179 B
import {install} from './install' // auto install if (typeof window !== 'undefined' && window.Vue) { install(window.Vue, window.__uiv_options || {}) } export * from './index'