From 67ef062d12e16f9e797c4ad18b2fa621e873c2f5 Mon Sep 17 00:00:00 2001 From: xiexiyun Date: Wed, 6 Jul 2022 10:34:05 +0800 Subject: [PATCH] add border image to common attr Signed-off-by: xiexiyun --- compiler/components/common_attrs.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compiler/components/common_attrs.json b/compiler/components/common_attrs.json index 8add11f..923590c 100644 --- a/compiler/components/common_attrs.json +++ b/compiler/components/common_attrs.json @@ -19,6 +19,7 @@ "accessibilityImportance", "onAccessibility", "grayscale", "brightness", "contrast", "saturate", "geometryTransition", "bindPopup", "colorBlend", "invert", "sepia", "hueRotate", "bindMenu", "bindContextMenu", - "onFocus", "onBlur", "onFocusMove", "focusable", "tabIndex", "responseRegion", "alignRules", "onVisibleAreaChange" + "onFocus", "onBlur", "onFocusMove", "focusable", "tabIndex", "responseRegion", "alignRules", "onVisibleAreaChange", + "borderImage" ] }