Skip to content
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

fix: In development mode, warns if user tries to Vue.set a property t… #8138

Open
wants to merge 5 commits into
base: dev
Choose a base branch
from

Commits on May 6, 2018

  1. fix: In development mode, warns if user tries to Vue.set a property t…

    …hat already exists.
    
    In development mode, warns if user tries to Vue.set a property that already exists. Issue reported
    in vuejs#8129. Codepen demonstrating the issue available at
    https://codepen.io/chrisvfritz/pen/rvzgBR?editors=1010
    
    fix vuejs#8129
    bigtunacan committed May 6, 2018
    Configuration menu
    Copy the full SHA
    6fecabe View commit details
    Browse the repository at this point in the history

Commits on May 8, 2018

  1. test: Adding an observer spec for new feature to catch properties bei…

    …ng set that already have been c
    
    fix vuejs#8129
    bigtunacan committed May 8, 2018
    Configuration menu
    Copy the full SHA
    3aea4dd View commit details
    Browse the repository at this point in the history

Commits on May 9, 2018

  1. Configuration menu
    Copy the full SHA
    e568602 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2018

  1. Update observer.spec.js

    posva committed May 10, 2018
    Configuration menu
    Copy the full SHA
    54e64df View commit details
    Browse the repository at this point in the history

Commits on May 21, 2018

  1. Configuration menu
    Copy the full SHA
    178724d View commit details
    Browse the repository at this point in the history