mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-02 19:28:14 +08:00
refactor(components): [popper] rename the component name to ElPopper (#11383)
closed #11381
This commit is contained in:
parent
279bf6d9c5
commit
9933cceba5
@ -11,7 +11,7 @@ import type { Instance as PopperInstance } from '@popperjs/core'
|
||||
import type { ElPopperInjectionContext } from '@element-plus/tokens'
|
||||
|
||||
defineOptions({
|
||||
name: 'ElPopperRoot',
|
||||
name: 'ElPopper',
|
||||
inheritAttrs: false,
|
||||
})
|
||||
const props = defineProps(popperProps)
|
||||
|
Loading…
Reference in New Issue
Block a user