Browse Source

fix "data" attribute on meta test

Jonathan Kelley 6 days ago
parent
commit
f2fdd60eb9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/server/src/document.rs

+ 1 - 0
packages/server/src/document.rs

@@ -93,6 +93,7 @@ impl Document for ServerDocument {
                 http_equiv: props.http_equiv,
                 content: props.content,
                 property: props.property,
+                "data": props.data,
                 ..props.additional_attributes,
             }
         });