slot
attributes are deprecated vue/no-deprecated-slot-attribute.
#274
jayconstanza
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I've managed to use your dropdown menu and it looks really good. The point is that I had to make a quick fix to use it since eslint returned me this message:
slot
attributes are deprecated vue/no-deprecated-slot-attribute.Since slots are deprecated, I've managed to make it work like this:
<template v-slot:menu>
instead of<it-dropdown-menu slot="menu">
I hope this helps and I wish to see this fix in newer versions.
Thank you,
Jay.
Beta Was this translation helpful? Give feedback.
All reactions