issues
search
baseballyama
/
kvelte
The fastest way to build UI with Svelte for Kotlin users
MIT License
24
stars
1
forks
source link
[docs] TODOs of docs
#6
Open
baseballyama
opened
2 years ago
baseballyama
commented
2 years ago
[ ] all assets should be stored in the assets folder. Otherwise, it will be 404.
[ ]
window
can not use in SSR. if you want to use it, should use inside lifecycle functions. (e.g.
onMount
)
window
can not use in SSR. if you want to use it, should use inside lifecycle functions. (e.g.onMount
)