How to use variables in StoreTorefs? #2536
-
const curr_data = computed(() => store[`curr_${props.name}_data`]) This is what I do, can I get it directly with StoreTorefs? Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
posva
Dec 25, 2023
Replies: 1 comment
-
The way you are getting it is the way to do 👍 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
posva
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The way you are getting it is the way to do 👍