Skip to content

Intelisence does not work after <template #slotName> #528

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

Closed
mreduar opened this issue Apr 15, 2022 · 3 comments · Fixed by #532
Closed

Intelisence does not work after <template #slotName> #528

mreduar opened this issue Apr 15, 2022 · 3 comments · Fixed by #532

Comments

@mreduar
Copy link

mreduar commented Apr 15, 2022

What version of Tailwind CSS IntelliSense are you using?
v0.8.1

What version of Tailwind CSS are you using?

^v3.0.18

What package manager are you using?

npm

What operating system are you using?

Windows

Reproduction URL

https://github.com/mreduar/tailwind-intellisence-bug (a Laravel skeleton with jetstream and inertia.)
file resources\js\Pages\Dashboard.vue

Describe your issue

If you enter the file described above you may notice that the extension does not work after the <template #header>. on line 8

If you delete the template then the rest works.

with <template #header>.
image

without <template #header>.
image

@vanling
Copy link

vanling commented Apr 15, 2022

Same issue here and switching back to 0.7.7 "fixes" this for now:)

@bradlc
Copy link
Contributor

bradlc commented Apr 19, 2022

Thanks for reporting @mreduar. This will be fixed in the next release 👍

@mreduar
Copy link
Author

mreduar commented Apr 19, 2022

Thank you @bradlc!

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

Successfully merging a pull request may close this issue.

3 participants