UNPKG

hi-link-ui

Version:

## Project setup ``` npm install ```

8 lines (5 loc) 122 B
import row from "./src/row"; row.install = function (Vue){ Vue.component(row.name,row) } export default row;