Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

fixed Vue.js startup issue #232

Closed

Conversation

Serhiy-Shekhovtsov
Copy link
Contributor

@Serhiy-Shekhovtsov Serhiy-Shekhovtsov commented Nov 18, 2017

Front-end application was not working because of the following error:
:value conflicts with v-model on the same element because the latter already expands to a value binding internally

CLA

  • I have signed the CLA; if other committers are in the commit history, they have signed the CLA as well

@lamby
Copy link
Contributor

lamby commented Nov 19, 2017

For someone unfamiliar with Vue.js, can you describe what the issue is here in more detail? :)

@Serhiy-Shekhovtsov
Copy link
Contributor Author

@lamby after checking this again I have found that it's a Vue.js bug and it has been fixed in latest version. Will fix my PR. You can check more details here, but basically it was throwing an error when trying to pass v-model="..." and :value="..." same time to one element.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants