naive-ui/packages/common/Popover/index.js

8 lines
133 B
JavaScript
Raw Normal View History

2019-07-11 19:51:59 +08:00
import NPopup from './src/main.vue'
NPopup.install = function (Vue) {
Vue.component(NPopup.name, NPopup)
}
export default NPopup