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

Fix/generic component type #407

Merged
merged 4 commits into from
Dec 7, 2023
Merged

Conversation

hunterliu1003
Copy link
Member

No description provided.

@hunterliu1003 hunterliu1003 self-assigned this Nov 29, 2023
@hunterliu1003 hunterliu1003 added the v4.5 v4.5 label Nov 29, 2023
@hunterliu1003 hunterliu1003 changed the base branch from master to feat/4.5 November 30, 2023 03:43
@@ -23,7 +23,7 @@ onBeforeUnmount(() => {
:key="modal.id"
v-bind="{
displayDirective: modal?.keepAlive ? 'show' : undefined,
...modal.attrs,
...(typeof modal.attrs === 'object' ? modal.attrs : {}),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What issue or challenge is the intended goal for this code to address?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Mini-ghost
I got this type error
image
image

@hunterliu1003 hunterliu1003 merged commit f85b033 into feat/4.5 Dec 7, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v4.5 v4.5
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants