mirror of
https://gitee.com/vuejs/vue.git
synced 2024-11-30 02:57:43 +08: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. |
||
---|---|---|
.. | ||
compiler.js | ||
component.js | ||
global-api.js | ||
modules.js | ||
options.js | ||
ssr.js | ||
vnode.js |