mirror of
https://github.com/vuejs/vue.git
synced 2024-11-21 20:28:54 +00:00
61187596b9
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. |
||
---|---|---|
.. | ||
test | ||
index.d.ts | ||
options.d.ts | ||
plugin.d.ts | ||
typings.json | ||
vnode.d.ts | ||
vue.d.ts |