ITADN
首页
AIGC
博客文章
GIT库
资源下载
C龙虾
程序订做
联系我们
43081j/relit
/
Issues
Store doesn't get saved value on init
#25
Open
jorgecasar
创建于 2024-02-02
J
jorgecasar
commented
On page refresh controller doesn't get the storage value It should be added in the controller contructor: ``` constructor() { .... this.__value = this.__readValueFromStorage(); } ```
0 条评论