mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
Update crash course
This commit is contained in:
parent
520b0cca32
commit
bb08e2e97a
15 changed files with 272 additions and 160 deletions
|
|
@ -41,13 +41,15 @@ export default defineConfig({
|
|||
{ text: "Introduction", link: "/tut/crash-course/1-introduction" },
|
||||
{ text: "Element Creation", link: "/tut/crash-course/2-creation" },
|
||||
{ text: "Components", link: "/tut/crash-course/3-components" },
|
||||
{ text: "Source", link: "/tut/crash-course/4-source" },
|
||||
{ text: "Effect", link: "/tut/crash-course/5-effect" },
|
||||
{ text: "Derived Source", link: "/tut/crash-course/6-derived-source" },
|
||||
{ text: "Cleanup", link: "/tut/crash-course/7-cleanup" },
|
||||
{ text: "Control Flow", link: "/tut/crash-course/8-control-flow" },
|
||||
{ text: "Property Nesting", link: "/tut/crash-course/9-property-nesting" },
|
||||
{ text: "Actions", link: "/tut/crash-course/10-actions" },
|
||||
{ text: "Sources", link: "/tut/crash-course/4-source" },
|
||||
{ text: "Effects", link: "/tut/crash-course/5-effect" },
|
||||
{ text: "Stateful Components", link: "/tut/crash-course/6-stateful-component" },
|
||||
{ text: "Property Binding", link: "/tut/crash-course/7-property-binding" },
|
||||
{ text: "Cleanup", link: "/tut/crash-course/8-cleanup" },
|
||||
{ text: "Control Flow", link: "/tut/crash-course/9-control-flow" },
|
||||
{ text: "Property Nesting", link: "/tut/crash-course/10-property-nesting" },
|
||||
{ text: "Actions", link: "/tut/crash-course/11-actions" },
|
||||
{ text: "Strict Mode", link: "/tut/crash-course/12-strict-mode" },
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue