fix: The attribute of option does not work
This commit is contained in:
@@ -528,7 +528,8 @@ const schema = reactive<FormSchema[]>([
|
||||
options: [
|
||||
{
|
||||
label: 'option1-1',
|
||||
value: '1-1'
|
||||
value: '1-1',
|
||||
disabled: true
|
||||
},
|
||||
{
|
||||
label: 'option1-2',
|
||||
|
||||
Reference in New Issue
Block a user