UNPKG

byted-vui

Version:

A Component Library for Vue.js.

10 lines (6 loc) 154 B
import ViCol from './src/col'; /* istanbul ignore next */ ViCol.install = function(Vue) { Vue.component(ViCol.name, ViCol); }; export default ViCol;