浏览代码

fix merge conflict causing main to not build

Jonathan Kelley 1 月之前
父节点
当前提交
3565172255
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      packages/document/src/elements/style.rs

+ 1 - 0
packages/document/src/elements/style.rs

@@ -111,6 +111,7 @@ pub fn Style(props: StyleProps) -> Element {
                     hreflang: None,
                     integrity: None,
                     blocking: None,
+                    onload: None,
                 });
             }
             // The style has neither contents nor src, log an error