mirror of
https://github.com/element-plus/element-plus.git
synced 2025-01-30 11:16:12 +08:00
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:
parent
b9d94714d8
commit
b9aa9045ab
@ -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 => {
|
||||
|
Loading…
Reference in New Issue
Block a user