🌐 AI搜索 & 代理 主页
Skip to content

Commit 0104368

Browse files
authored
Update dropdown.js
1 parent eb807e5 commit 0104368

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

src/components/dropdown/dropdown.js

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)