1
0
jiangmiemie 2 жил өмнө
parent
commit
0a4d067b42

+ 3 - 0
pynecone/components/base/meta.py

@@ -41,6 +41,9 @@ class Meta(Component):
     # The type of metadata value.
     property: Optional[str] = None
 
+    # The type of metadata value.
+    http_equiv: Optional[str] = None
+
 
 class Description(Meta):
     """A component that displays the title of the current page."""