mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
feat(Select/SelectMenu): handle size prop (#133)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
@@ -30,6 +30,7 @@ export async function renderForm(options: {
|
||||
},
|
||||
slots: {
|
||||
default: {
|
||||
// @ts-expect-error - Object literal may only specify known properties, and setup does not exist in type
|
||||
setup() {
|
||||
return { state, ...options.slotVars }
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user