Sam
Sam

Reputation: 2425

How to share data between individual components in vue

I have two components component 1 and component 2, they are individual components. component 1 is not a parent of component 2 and vice versa. Here i would to pass data from component 2 to component 1. How can i do that?

Upvotes: 1

Views: 43

Answers (1)

williamZzzz
williamZzzz

Reputation: 176

mini project use eventBus, others, I think you should use vuex

Upvotes: 1

Related Questions