Created
July 21, 2017 01:16
-
-
Save rdegges/98696c76355e79a7d3fbf84add59253c to your computer and use it in GitHub Desktop.
Crypto Compare created hook.
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
let app = new Vue({ | |
// ... | |
created: function() { | |
this.getCoinData(); | |
} | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment