Skip to content

Commit 4a2bd4d

Browse files
committed
Merge branch 'main' of https://github.com/dy/sprae
2 parents 33ea354 + acc16d4 commit 4a2bd4d

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

docs.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
1+
<aside>
2+
<nav :html="`<ul>` + [...document.querySelector('h2')].map(el=>`<li><a href='#${el.id}'>${el.textContent}</a></li>`) + `</ul>`"></nav>
3+
</aside>
74

85
## Start
96

@@ -37,6 +34,10 @@ Manual ESM init:
3734
</script>
3835
```
3936

37+
<details>
38+
<summary>CDN</summary>
39+
<script src="https://unpkg.com/sprae" data-start></script>
40+
</details>
4041

4142
## Directives
4243

0 commit comments

Comments
 (0)