Created
February 28, 2018 04:31
-
-
Save interaminense/4db2cd4b7d71b49af0735df512e1af87 to your computer and use it in GitHub Desktop.
Mathematics Lifecycle Created
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
created() { | |
this.state.countdown = this.props.countdown; | |
this.setLvl(this.props.lvlDefault); | |
this.setInitGame(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment