jiangmiemie 2 lat temu
rodzic
commit
0a4d067b42
1 zmienionych plików z 3 dodań i 0 usunięć
  1. 3 0
      pynecone/components/base/meta.py

+ 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."""