q-dialog and component injection
-
Hi,
I’m having problem with injecting validator (Vee Validate) into child components when component providing validator is QDialog. It seems that child component of QDialog always get a new VeeValidator instance. I suspect this is to do with QDialog and not VeeValidate as it works with other components fine. Is this a bug or expected behaviour? Could you suggest a workaround for this?Here is a fiddle to illustrate the case: https://jsfiddle.net/mikmanic/4mx0jfbL/