UNPKG

@v4fire/client

Version:

V4Fire client core library

12 lines (8 loc) 242 B
# super/i-block/modules/state This module provides a class with some helper methods to initialize a component state. ```js this.state.initFromStorage(); this.state.resetStorage(); this.state.initFromRouter(); this.state.resetRouter(); ```