mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-20 15:01:46 +01:00
fix: dynamic slots autocomplete (#77)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
@@ -14,7 +14,8 @@ describe('Tabs', () => {
|
||||
}, {
|
||||
label: 'Tab3',
|
||||
icon: 'i-heroicons-bell',
|
||||
content: 'Finally, this is the content for Tab3'
|
||||
content: 'Finally, this is the content for Tab3',
|
||||
slot: 'custom'
|
||||
}]
|
||||
|
||||
const props = { items }
|
||||
|
||||
Reference in New Issue
Block a user