File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
- <b-form-fieldset :state =" state" :layout =" layout" :label =" label" :description =" description" :feedback =" feedback" :id =" id" >
2
+ <b-form-fieldset :state =" state" :layout =" layout" :label =" label" :description =" description" :feedback =" feedback"
3
+ :id =" id" >
3
4
4
5
<select :class =" ['custom-select',inputSize]"
5
6
:id =" id"
29
30
}
30
31
},
31
32
mounted (){
32
- this .change (this .selected );
33
+ if (this .selected )
34
+ this .change (this .selected );
33
35
},
34
36
computed: {
35
37
allOptions (){
50
52
},
51
53
defaultOption: {
52
54
default : () => {
55
+ return {}
53
56
},
54
57
},
55
58
value: {
59
62
type: String ,
60
63
default: ' '
61
64
},
62
- disabled: {
63
- type: Boolean ,
64
- default: false
65
+ disabled: {
66
+ type: Boolean ,
67
+ default: false
65
68
},
66
69
67
70
// FIELD SET
68
71
layout: {
69
- type: String ,
70
- default: null
72
+ type: String ,
73
+ default: null
71
74
},
72
75
state: {
73
76
type: String ,
You can’t perform that action at this time.
0 commit comments