File tree 1 file changed +13
-1
lines changed
apps/playground/src/helpers
1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ export const nativeDomPrototypes = () => {
138
138
{
139
139
name : 'className' ,
140
140
title : '类名' ,
141
- setter : 'textSetter ' ,
141
+ setter : 'classNameSetter ' ,
142
142
} ,
143
143
{
144
144
name : 'id' ,
@@ -192,6 +192,12 @@ const prototypes: Dict<IComponentPrototype> = {
192
192
] ,
193
193
template : '(v) => {\n return {{content}};\n}' ,
194
194
} ,
195
+ {
196
+ name : 'className' ,
197
+ title : '类名' ,
198
+ setter : 'classNameSetter' ,
199
+ group : 'style' ,
200
+ } ,
195
201
] ,
196
202
} ,
197
203
Box : {
@@ -251,6 +257,12 @@ const prototypes: Dict<IComponentPrototype> = {
251
257
} ,
252
258
] ,
253
259
} ,
260
+ {
261
+ name : 'className' ,
262
+ title : '类名' ,
263
+ setter : 'classNameSetter' ,
264
+ group : 'style' ,
265
+ } ,
254
266
] ,
255
267
} ,
256
268
Columns : {
You can’t perform that action at this time.
0 commit comments