We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 33ea354 + acc16d4 commit 4a2bd4dCopy full SHA for 4a2bd4d
docs.md
@@ -1,9 +1,6 @@
1
-<link rel="stylesheet" href="./assets/style.css"/>
2
-
3
-<!--
4
-#### [Start](#start) [Directives](#directives) [Modifiers](#modifiers) [Store](#store) [Signals](#signals) [Evaluator](#evaluator) [JSX](#jsx) [Custom build](#custom-build) [Hints](#hints)
5
--->
6
+<aside>
+<nav :html="`<ul>` + [...document.querySelector('h2')].map(el=>`<li><a href='#${el.id}'>${el.textContent}</a></li>`) + `</ul>`"></nav>
+</aside>
7
8
## Start
9
@@ -37,6 +34,10 @@ Manual ESM init:
37
34
</script>
38
35
```
39
36
+<details>
+ <summary>CDN</summary>
+ <script src="https://unpkg.com/sprae" data-start></script>
40
+</details>
41
42
## Directives
43
0 commit comments