Last active
September 21, 2016 18:45
-
-
Save Akryum/e8791439dca0a1ed9659ff4e3e81f869 to your computer and use it in GitHub Desktop.
This file contains 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
<script> | |
export default { | |
created() { | |
this.$apollo.watchQuery({ | |
/* options */ | |
}).then(data => { | |
console.log(data); | |
}); | |
}, | |
}; | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment