chore: add size artTypes to Dropdown

This commit is contained in:
jinhojang6 2023-04-11 07:02:06 +09:00
parent f1d8ba85e2
commit 336ce7b532
No known key found for this signature in database
GPG Key ID: 0E7AA62CB0D9E6F3
1 changed files with 6 additions and 0 deletions

View File

@ -12,6 +12,12 @@ export default {
},
defaultValue: 'large',
},
size: {
type: {
name: 'enum',
value: ['small', 'medium', 'large'],
},
},
},
} as Meta