-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disabling warnings about inline value attributes for v-model #4733
Comments
First off: You can disable all logs and warnings by setting However, I would also welcome a way to exclusively turn off the warnings about the My use case is that I generate my HTML code with Python/Flask/WTForms. I only use Vue for some optional nice things, but would like to keep JavaScript as optional as possible. By using the |
This makes sense to me. IMO if the user explicitly uses |
Hi,
Forms generated by Phoenix HTML helpers have an inline value (like on Rails). I use Vue.js on those forms by creating the View Model data on the fly by introspecting the form inputs and values. I works fine but these warnings are no longer necessary in my case. I wonder if there could be a way to disable them?
The text was updated successfully, but these errors were encountered: