Update README: specify sample code context for a simple to-do app

This commit is contained in:
Astrian Zheng 2025-05-15 16:30:39 +10:00
parent 2e198110cd
commit 5098c74c90
Signed by: Astrian
SSH Key Fingerprint: SHA256:rVnhx3DAKjujCwWE13aDl7uV6+9U1MvydLkNRXJrBiA

View File

@ -17,7 +17,7 @@
3. Define your component and use it inside your HTML 3. Define your component and use it inside your HTML
4. Done! 4. Done!
Here is a sample code: Here is a sample code for a simple to-do app:
```ts ```ts
import defineComponent from 'laterano' import defineComponent from 'laterano'