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

Evan You faf055791e no longer need $refresh 13 anos atrás
examples dada181c85 fix _dump() 13 anos atrás
explorations a5e27b1174 naive implementation 13 anos atrás
src faf055791e no longer need $refresh 13 anos atrás
test 5acc8a2986 computed properties!!! 13 anos atrás
.gitignore 83fac017f9 initial setup 13 anos atrás
.jshintrc a5e27b1174 naive implementation 13 anos atrás
Gruntfile.js f6d6bba70d sourceURLs for dev, reverse value 13 anos atrás
README.md 7d126127e6 complete todo example 13 anos atrás
TODO.md faf055791e no longer need $refresh 13 anos atrás
component.json 9a4e5d0350 use emitters 13 anos atrás
package.json f6d6bba70d sourceURLs for dev, reverse value 13 anos atrás

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