File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ export const props = {
1818 html : {
1919 // Button label
2020 type : String
21+ // default: undefined
2122 } ,
2223 size : {
2324 type : String ,
@@ -32,8 +33,8 @@ export const props = {
3233 default : false
3334 } ,
3435 menuClass : {
35- type : [ String , Array , Object ] ,
36- default : null
36+ type : [ String , Array , Object ]
37+ // default: null
3738 } ,
3839 toggleTag : {
3940 type : String ,
@@ -45,8 +46,8 @@ export const props = {
4546 default : ( ) => getComponentConfig ( NAME , 'toggleText' )
4647 } ,
4748 toggleClass : {
48- type : [ String , Array , Object ] ,
49- default : null
49+ type : [ String , Array , Object ]
50+ // default: null
5051 } ,
5152 noCaret : {
5253 type : Boolean ,
@@ -69,8 +70,8 @@ export const props = {
6970 default : ( ) => getComponentConfig ( NAME , 'splitVariant' )
7071 } ,
7172 splitClass : {
72- type : [ String , Array , Object ] ,
73- default : null
73+ type : [ String , Array , Object ]
74+ // default: null
7475 } ,
7576 splitButtonType : {
7677 type : String ,
You can’t perform that action at this time.
0 commit comments