Update BaseButton.vue

make that "as" of Button Props can be assigned Component Object.
pull/6239/head
Creo-KR 2024-08-16 16:35:42 +09:00 committed by GitHub
parent ea5a98daba
commit 71fef9c5ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ export default {
default: undefined default: undefined
}, },
as: { as: {
type: String, type: [String, Object],
default: 'BUTTON' default: 'BUTTON'
}, },
asChild: { asChild: {