-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
🐛 BUG: Arbritary attributes are not supported on Vue components #14686
Copy link
Copy link
Closed
Labels
- P3: minor bugAn edge case that only affects very specific usage (priority)An edge case that only affects very specific usage (priority)good first issueGood for newcomers. If you need additional guidance, feel free to post in #contribute on DiscordGood for newcomers. If you need additional guidance, feel free to post in #contribute on Discordpkg: language-toolsRelated to language-tooling (scope)Related to language-tooling (scope)
Metadata
Metadata
Assignees
Labels
- P3: minor bugAn edge case that only affects very specific usage (priority)An edge case that only affects very specific usage (priority)good first issueGood for newcomers. If you need additional guidance, feel free to post in #contribute on DiscordGood for newcomers. If you need additional guidance, feel free to post in #contribute on Discordpkg: language-toolsRelated to language-tooling (scope)Related to language-tooling (scope)
Type
Fields
Give feedbackNo fields configured for issues without a type.
Describe the Bug
Vue components can pass down attributes to their children, either by using
$attrsor having a single root element. Typing wise, this mean that Vue components can essentially be passed every single HTML attributes all the timeSteps to Reproduce
classattribute