UNPKG

at-ui

Version:

A UI Component Library with Vue.js

8 lines (5 loc) 182 B
import DropdownItem from '../dropdown/src/dropdown-item.vue' DropdownItem.install = function (Vue) { Vue.component(DropdownItem.name, DropdownItem) } export default DropdownItem