Skip to content

Commit

Permalink
feat: sync upstream changes
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 10, 2024
1 parent 94f6e85 commit 58007c2
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 9 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 13 additions & 1 deletion src/helpers/prototypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export const nativeDomPrototypes = () => {
{
name: 'className',
title: '类名',
setter: 'textSetter',
setter: 'classNameSetter',
},
{
name: 'id',
Expand Down Expand Up @@ -192,6 +192,12 @@ const prototypes: Dict<IComponentPrototype> = {
],
template: '(v) => {\n return {{content}};\n}',
},
{
name: 'className',
title: '类名',
setter: 'classNameSetter',
group: 'style',
},
],
},
Box: {
Expand Down Expand Up @@ -251,6 +257,12 @@ const prototypes: Dict<IComponentPrototype> = {
},
],
},
{
name: 'className',
title: '类名',
setter: 'classNameSetter',
group: 'style',
},
],
},
Columns: {
Expand Down

0 comments on commit 58007c2

Please sign in to comment.