fix(popover): v-popover can't work (#2341)

* fix: v-popover cant work

* fix: fix popover repeated registration

Co-authored-by: xing.wu <wuxing@bjca.org.cn>
This commit is contained in:
Xing.Wu 2021-06-25 16:13:36 +08:00 committed by GitHub
parent b9d94714d8
commit b9aa9045ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -180,7 +180,6 @@ const components = [
ElPageHeader,
ElPagination,
ElPopconfirm,
ElPopover,
ElPopper,
ElProgress,
ElRadio,
@ -223,6 +222,7 @@ const plugins = [
ElMessage,
ElMessageBox,
ElNotification,
ElPopover,
]
const install = (app: App, opt: InstallOptions): void => {