UNPKG

byted-vui

Version:

A Component Library for Vue.js.

9 lines (6 loc) 159 B
import ViForm from './src/form'; /* istanbul ignore next */ ViForm.install = function(Vue) { Vue.component(ViForm.name, ViForm); }; export default ViForm;