UNPKG

@lan-ui/lan-ui

Version:

A fantastic mobile ui lib implement by Vue

15 lines (11 loc) 430 B
import Drawer from '../../components/drawer/drawer.vue' import DrawerPanel from '../../components/drawer/drawer-panel.vue' import DrawerItem from '../../components/drawer/drawer-item.vue' Drawer.install = function (Vue) { Vue.component(Drawer.name, Drawer) Vue.component(DrawerPanel.name, DrawerPanel) Vue.component(DrawerItem.name, DrawerItem) } Drawer.Panel = DrawerPanel Drawer.Item = DrawerItem export default Drawer