Update new version

This commit is contained in:
2026-03-26 19:57:31 +01:00
parent 656dde09ba
commit ffbf7c9c5e
66 changed files with 344 additions and 411 deletions

View File

@@ -40,13 +40,13 @@ export default defineConfig({
text: 'API Reference',
items: [
{ text: 'Quick Start', link: '/api/quick' },
{ text: '$', link: '/api/signal' },
{ text: '$.watch', link: '/api/watch' },
{ text: '$.if', link: '/api/if' },
{ text: '$.for', link: '/api/for' },
{ text: '$.router', link: '/api/router' },
{ text: '$.mount', link: '/api/mount' },
{ text: '$.html', link: '/api/html' },
{ text: '$ signals', link: '/api/signal' },
{ text: '$watch', link: '/api/watch' },
{ text: '$if', link: '/api/if' },
{ text: '$for', link: '/api/for' },
{ text: '$router', link: '/api/router' },
{ text: '$mount', link: '/api/mount' },
{ text: '$html', link: '/api/html' },
{ text: 'Tags', link: '/api/tags' },
]
},