showonne / vue-date

A datepicker component for Vue.js
https://showonne.github.io/vue-date/
MIT License
156 stars 65 forks source link

console log Vue warn #2

Closed yanerpub closed 7 years ago

yanerpub commented 7 years ago

on chrome console [Vue warn]: Avoid mutating a prop directly since the value will be overwritten whenever the parent component re-renders. Instead, use a data or computed property based on the prop's value. Prop being mutated: "value" (found in component at ./src/components/datepicker.vue)

child component should emit event to change props value on che parent

showonne commented 7 years ago

fixed :)