This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core

Evan You 01fae38fe0 fix delegation, and invoke updates during binding 13 سال پیش
examples c0a65ddda5 clean up, trying to fix delegation after array reset 13 سال پیش
explorations a5e27b1174 naive implementation 13 سال پیش
src 01fae38fe0 fix delegation, and invoke updates during binding 13 سال پیش
test 5acc8a2986 computed properties!!! 13 سال پیش
.gitignore 83fac017f9 initial setup 13 سال پیش
.jshintrc a5e27b1174 naive implementation 13 سال پیش
Gruntfile.js c0a65ddda5 clean up, trying to fix delegation after array reset 13 سال پیش
README.md 7d126127e6 complete todo example 13 سال پیش
TODO.md faf055791e no longer need $refresh 13 سال پیش
component.json 9a4e5d0350 use emitters 13 سال پیش
package.json f6d6bba70d sourceURLs for dev, reverse value 13 سال پیش

README.md

WIP, playing with data binding

Template

Controller

  • Nested Controllers and accessing parent scope
  • Controller inheritance

Data

Data Binding

Event Handling

Filters

Computed Properties

Custom Filter

Custom Directive