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
https://svelte.dev/docs#each
#each blocks also have a :else block which is used to render if the list is empty. Implement that!
#each
:else
The text was updated successfully, but these errors were encountered:
10c1130
@elianiva Hey. I fixed this issue. Can you check if the queries are still alright and merge it in the neovim repo?
Sorry, something went wrong.
I can test it tonight, sorry for the late reply!
No branches or pull requests
https://svelte.dev/docs#each
#each
blocks also have a:else
block which is used to render if the list is empty. Implement that!The text was updated successfully, but these errors were encountered: