ITADN

Store doesn't get saved value on init

#25Openjorgecasar 创建于 2024-02-02
J
jorgecasarcommented
On page refresh controller doesn't get the storage value It should be added in the controller contructor: ``` constructor() { .... this.__value = this.__readValueFromStorage(); } ```
0 条评论