Appearance
WidgetJS不提供组件数据存储的功能,组件的数据存储跟前端数据存储的实现方式一致,可以使用 localStorage、IndexedDB 等方式存储数据。
localStorage
IndexedDB