Use Provide/Inject with reactive form #13162
Unanswered
masterfiras101
asked this question in
Help/Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need help how i can use reactive with provide and inject
Like this
const userForm = reactive({
name:null,
email:null
});
provide('user-form-key',userForm);
Beta Was this translation helpful? Give feedback.
All reactions