refactor(components): [popper] rename the component name to ElPopper (#11383)

closed #11381
This commit is contained in:
qiang 2023-02-02 12:59:29 +08:00 committed by GitHub
parent 279bf6d9c5
commit 9933cceba5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)