UNPKG

kingdot

Version:

A UI Components Library For Vue

8 lines (5 loc) 118 B
import Row from './row.js'; Row.install = function (Vue) { Vue.component(Row.name, Row); }; export default Row;