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.
1 parent e9b2d82 commit 9efb023Copy full SHA for 9efb023
docs.md
@@ -1,9 +1,10 @@
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
--->
+---
+test: abc
6
+<aside>
+<nav :html="`<ul>` + [...document.querySelector('h2')].map(el=>`<li><a href='#${el.id}'>${el.textContent}</a></li>`) + `</ul>`"></nav>
7
+</aside>
8
9
## Start
10
@@ -37,6 +38,10 @@ Manual ESM init:
37
38
</script>
39
```
40
41
+<details>
42
+ <summary>CDN</summary>
43
+ <script src="https://unpkg.com/sprae" data-start></script>
44
+</details>
45
46
## Directives
47
0 commit comments