Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uni-popup/popip.vue文件中有个bug #908

Open
wggggggggg opened this issue Jun 7, 2024 · 1 comment
Open

uni-popup/popip.vue文件中有个bug #908

wggggggggg opened this issue Jun 7, 2024 · 1 comment

Comments

@wggggggggg
Copy link

getParent(name = 'uniPopup') {
let parent = this.$parent;
let parentName = parent.$options.name;
while (parentName !== name) {
parent = parent.$parent;
if (!parent) return false
parentName = parent.$options.name;
}
return parent;
},
这个函数中参数的默认值给的不对,应该改成UniPopup

@GRCmade
Copy link
Contributor

GRCmade commented Aug 30, 2024

你好,请给一下bug的复现代码

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants