naive-ui/packages/common/Drawer/index.js
2019-09-04 16:06:07 +08:00

9 lines
160 B
JavaScript

/* istanbul ignore file */
import Drawer from './src/main.vue'
Drawer.install = function (Vue) {
Vue.component(Drawer.name, Drawer)
}
export default Drawer