-
In the vuex orm they talk about fetching data from the database instance for ssr... How does pinia orm handles this? Do i have to import my model in each vue component where i want to use it? Thank you |
Beta Was this translation helpful? Give feedback.
Answered by
svenhue
Apr 12, 2022
Replies: 1 comment 1 reply
-
After looking at the source code i finally got it.... |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
CodeDredd
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After looking at the source code i finally got it....