We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
placeholder
In defineStore composing function, type is right
The ReturnValue of defineStore(), type transfer to specific object, which is not right
I cannot use the object as BoardData
BoardData
BoardData type not change.
why BoardData transfer to specific { boardId: ''...} ?
{ boardId: ''...}
No response
The text was updated successfully, but these errors were encountered:
Open a question with the code in discussions or on Discord if you want help
Sorry, something went wrong.
No branches or pull requests
Reproduction
placeholder
Steps to reproduce the bug
In defineStore composing function, type is right
The ReturnValue of defineStore(), type transfer to specific object, which is not right
I cannot use the object as
BoardData
Expected behavior
BoardData
type not change.Actual behavior
why
BoardData
transfer to specific{ boardId: ''...}
?Additional information
No response
The text was updated successfully, but these errors were encountered: