Skip to content

Commit b37cde4

Browse files
committed
Merge branch 'main' into docs
2 parents fcc693e + 8d46e5a commit b37cde4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

examples/pages/table/attributes.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,13 @@ export const attributes = [
164164
enum: "label(文字) / icon(图标)",
165165
default: "label",
166166
},
167+
{
168+
prop: "divided",
169+
desc: "分隔符",
170+
type: "Boolean",
171+
enum: "true / false",
172+
default: "false",
173+
},
167174
],
168175
},
169176
{

0 commit comments

Comments
 (0)