re's no documentation on yew.rs for the console service. -->
\nQuestionaire (Optional)
\nThe error message from trunk states that the index.html does not contain a body tag, which is present in the docs:
\n 2: Document has neither a <link data-trunk rel=\"rust\"/> nor a <body>. Either one must be present.\n-
|
This is about:
Problem OK so when i follow the get started at: Both setups trow me re's no documentation on yew.rs for the console service. --> Questionaire (Optional)
|
Beta Was this translation helpful? Give feedback.
-
|
It seems this is fixed by doing this in the index.html , but is this correct ? <!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>Yew App</title>
</head>
<link data-trunk rel="rust"/>
<body></body>
</html>It also seems to me that the index.scss is not applied. |
Beta Was this translation helpful? Give feedback.
-
|
The error message from trunk states that the index.html does not contain a body tag, which is present in the docs: |
Beta Was this translation helpful? Give feedback.
The error message from trunk states that the index.html does not contain a body tag, which is present in the docs: