mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
fix(components): missing $attrs bind (#3152)
This commit is contained in:
@@ -26,6 +26,7 @@ describe('Switch', () => {
|
||||
['with description', { props: { label: 'Label', description: 'Description' } }],
|
||||
...sizes.map((size: string) => [`with size ${size}`, { props: { size } }]),
|
||||
['with color neutral', { props: { color: 'neutral', defaultValue: true } }],
|
||||
['with ariaLabel', { attrs: { 'aria-label': 'Aria label' } }],
|
||||
['with as', { props: { as: 'section' } }],
|
||||
['with class', { props: { class: 'inline-flex' } }],
|
||||
['with ui', { props: { ui: { wrapper: 'ms-4' } } }],
|
||||
|
||||
Reference in New Issue
Block a user