diff --git a/compiler/components/button.json b/compiler/components/button.json index 6f025fde7..856e38f26 100644 --- a/compiler/components/button.json +++ b/compiler/components/button.json @@ -3,6 +3,6 @@ "single": true, "attrs": [ "type", "stateEffect", "fontColor", "fontSize", "fontWeight", "fontStyle", "fontFamily", "controlSize", - "role", "contentModifier", "labelStyle" + "role", "contentModifier", "labelStyle", "buttonStyle" ] } \ No newline at end of file diff --git a/compiler/components/menu.json b/compiler/components/menu.json index 749e8c017..1f68e308f 100644 --- a/compiler/components/menu.json +++ b/compiler/components/menu.json @@ -1,5 +1,8 @@ { "name": "Menu", "children": ["Option", "MenuItem", "MenuItemGroup"], - "attrs": ["show", "showPosition", "fontColor", "fontSize", "fontWeight", "fontFamily"] + "attrs": [ + "show", "showPosition", "fontColor", "fontSize", "fontWeight", "fontFamily", + "font", "radius", "menuItemDivider", "menuItemGroupDivider", "subMenuExpandingMode" + ] } \ No newline at end of file