add meta args (#1158)
This commit is contained in:
parent
78aac243cb
commit
0a4d067b42
@ -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."""
|
||||
|
Loading…
Reference in New Issue
Block a user