add meta args (#1158)

This commit is contained in:
jiangmiemie 2023-06-08 02:45:07 +08:00 committed by GitHub
parent 78aac243cb
commit 0a4d067b42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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