Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add empty-to-undefined modifier to v-model #3566

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

Closed
wants to merge 1,979 commits into from
Closed

Conversation

bopjesvla
Copy link

Fixes #3541. Still haven't come up with a better name.

rhyzx and others added 30 commits March 8, 2016 10:28
fix key modifiers detecting
fix comment
- No need to merge props into the data object. they should just be
  defined as reactive properties on the vm instance.

- They should not observe the value when set. They should already be reactive
  if needed.
@bopjesvla bopjesvla changed the title Add null-to-empty modifier to v-model Add empty-to-undefined modifier to v-model Aug 30, 2016
@bopjesvla
Copy link
Author

bopjesvla commented Aug 30, 2016

Decided that undefined makes more sense. The modifier is called undef now. I have no idea what's up with those TodoMVC tests.

@bopjesvla
Copy link
Author

bopjesvla commented Sep 9, 2016

this branch is now identical to base but tests still fail

locally, completely different tests fail

@bopjesvla
Copy link
Author

ok I'm done

@LinusBorg
Copy link
Member

make sure to clear your npm cache, then run the tests again

@bopjesvla
Copy link
Author

the CI runs every test on a brand new linux installation, right?

@LinusBorg
Copy link
Member

CircleCI seems to cache dependencies, this hit me with a recent PR for vue-router:

vuejs/vue-router#641 (comment)

clear your local cache and re-run them, if that works locally, I guess Evan can reset circleCI'S cache ?

@bopjesvla
Copy link
Author

bopjesvla commented Sep 9, 2016

Cleared my cache and reinstalled, which resulted in yet another random test failing on the base branch (v-for with transitions iirc). I guess I'll just rollback my rollback and wait for the CircleCI reset, giving up on my local copy.

@bopjesvla
Copy link
Author

@yyx990803 Could you clear the CircleCI cache?

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

Successfully merging this pull request may close these issues.