-
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.
Replies: 2 comments 1 reply
-
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: