K
K
Kazah902018-08-19 18:18:52
Vue.js
Kazah90, 2018-08-19 18:18:52

What other options are there for passing data to vue js components?

Good afternoon. I read the docks and nowhere else did I see a way to transfer data to the component, except for inserting data into the component itself from somewhere and props accepted them already in the component and inserted them where we needed.
my-fucking-component :myData="someData">
I'm annoyed by the fact that the data is visible in the house, is there a way to transfer it without displaying it in the house?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
Roman Kitaev, 2018-08-19
@deliro

Vuex

N
Nikita Dergachov, 2018-08-19
@vanillathunder

A simple state container from scratch , if that's not enough then vuex

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question