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
What problem does this feature solve?
[Vue warn]: Avoid using non-primitive value as key, use string/number value instead.
symbol is primitive value and very suitable as key.
What does the proposed API look like? npm install --global vue-cli no warnings with symbol
The text was updated successfully, but these errors were encountered:
Hello, your issue has been closed because it does not conform to our issue requirements. Please use the Issue Helper to create an issue - thank you!
Sorry, something went wrong.
hey @lihua123569 Please stop spamming new issues, this doesn't help us, everything is explained at vuejs/vue-cli#655 (comment)
No branches or pull requests
What problem does this feature solve?
[Vue warn]: Avoid using non-primitive value as key, use string/number value instead.
symbol is primitive value and very suitable as key.
What does the proposed API look like?

npm install --global vue-cli
no warnings with symbol
The text was updated successfully, but these errors were encountered: