mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
* rework a bunch of feature flags to be more principled * fixup of Collectable * silence clippy * unfix Mountable trait leads to bundle size increase, so stick to the optimized version * use required-features for function_router * use --all-features in various places * disable tokio dependency on wasm tests again * add some #[inline] annotations * merge one more feature annotations * fixup: remove a line connected to trace_hydration
19 lines
517 B
HTML
19 lines
517 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
<title>Yew • Function Router</title>
|
|
<base data-trunk-public-url />
|
|
<link
|
|
rel="stylesheet"
|
|
href="https://cdn.jsdelivr.net/npm/bulma@0.9.0/css/bulma.min.css"
|
|
/>
|
|
<link data-trunk rel="sass" href="index.scss" />
|
|
<link data-trunk rel="rust" data-cargo-features="yew/csr" data-bin="function_router" />
|
|
</head>
|
|
|
|
<body></body>
|
|
</html>
|