Skip to content

Instantly share code, notes, and snippets.

@MartinsOnuoha
Created December 11, 2021 07:46
<script>
export default {
name: "ComponentB",
methods: {
...
readMind() {
this.otherThought = this.$parent.$refs.componentA.thought
}
...
}
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment