vue/flow
Evan You 61187596b9 feat(core): $attrs, $listeners & inheritAttrs option
New features intended for easier creation of higher-order components.

- New instance properties: $attrs & $listeners. these are essentially aliases
  of $vnode.data.attrs and $vnode.data.on, but are reactive.

- New component option: inheritAttrs. Turns off the default behavior where
  parent scope non-prop bindings are automatically inherited on component root
  as attributes.

close #5983.
2017-07-11 22:38:09 +08:00
..
compiler.js feat(v-on): support v-on object syntax with no arguments 2017-07-11 16:36:04 +08:00
component.js feat(core): $attrs, $listeners & inheritAttrs option 2017-07-11 22:38:09 +08:00
global-api.js add semis to flow decls for better syntax highlighting 2017-05-15 16:01:30 +08:00
modules.js upgrade flow 2017-06-13 17:42:16 +08:00
options.js feat: add comments option to allow preserving comments in template (#5951) 2017-06-30 08:56:23 +08:00
ssr.js add semis to flow decls for better syntax highlighting 2017-05-15 16:01:30 +08:00
vnode.js feat(v-on): support v-on object syntax with no arguments 2017-07-11 16:36:04 +08:00