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

UMD Build: Slots groupOperator and groupControl cannot be used #103

Open
dnalneh opened this issue Sep 17, 2024 · 0 comments
Open

UMD Build: Slots groupOperator and groupControl cannot be used #103

dnalneh opened this issue Sep 17, 2024 · 0 comments

Comments

@dnalneh
Copy link

dnalneh commented Sep 17, 2024

With VueJs Version 2.6.14 and when using the file "query-builder-vue.umd.min.js":

Slot "rule": works fine
Slot "groupOperator": not usable, because it is has a camelCase name
Slot "groupControl": not usable, because it is has a camelCase name

My current workaround is a simple renaming of the slot names directly in the build file: groupOperator -> groupoperator and groupControl -> groupcontrol

CamelCase seems to be an issues / not allowed in some cases

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

1 participant