You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 25, 2018. It is now read-only.
[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: "show" found in
My code above:
[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: "show" found in
My code above:
<alert :show.sync="alert.show" placement="top-right" :duration="3000" :type="alert.type" width="100%" dismissable> <span class="icon-ok-circled alert-icon-float-left"></span> <p>{{alert.message}}</p> </alert>
The text was updated successfully, but these errors were encountered: