mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
fix(components): [message] use correct namespace for lockscreen (#22465)
This commit is contained in:
@@ -479,7 +479,7 @@ export default defineComponent({
|
||||
|
||||
// locks the screen to prevent scroll
|
||||
if (props.lockScroll) {
|
||||
useLockscreen(visible)
|
||||
useLockscreen(visible, { ns })
|
||||
}
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user