vue2/TODO.md

396 B

  • put child VMs to be compiled AFTER the parent is compiled, so that all parent bindings are available to the child...
  • $watch / $unwatch (now much easier)
  • tests
  • docs
  • sd-with?
  • plugins
    • seed-touch (e.g. sd-drag="onDrag" sd-swipe="onSwipe")
    • seed-storage (RESTful sync)
    • seed-router (express style)
    • sd-validation (e.g. sd-validate="type:email, max:100, required:true")