Replies: 2 comments
-
Hi, i am not sure waht your purpose with I think your variant is a valid way to do it for |
Beta Was this translation helpful? Give feedback.
0 replies
-
Would've appreciated an example if anyone can provide for composition api. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
Here is one example:
const model = useRepo(Model).make();
In vuex-orm I can see changes in pre tag on input typing. But in pinia-orm nothing happen. Attributes not reactive or it is my mistake somewhere?
const model = ref(useRepo(Model).make());
This variant working well, but Im not sure is it good way.
Beta Was this translation helpful? Give feedback.
All reactions