vue/types
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
..
test feat(types): expose $vnode 2017-07-11 16:46:54 +08:00
index.d.ts typings: type-checking WatchHandler 2017-02-14 13:24:21 -05:00
options.d.ts feat: add comments option to allow preserving comments in template (#5951) 2017-06-30 08:56:23 +08:00
plugin.d.ts remove ".d" from paths (#3607) 2016-09-06 21:28:17 +08:00
typings.json Add TypeScript definitions 2016-08-31 12:21:26 -04:00
vnode.d.ts expose vnode.child for backwards compat, update .flowconfig & ts types 2017-01-12 18:04:36 -05:00
vue.d.ts feat(core): $attrs, $listeners & inheritAttrs option 2017-07-11 22:38:09 +08:00