inheritAttrs

vue组件的inheritAttrs属性

先看一个案例 子组件ChidComp.vue <script> export default { inheritAttrs: true, props: { msg: String }, mounted(){ console.log(this.$attrs.mesge); } } </script> ......
inheritAttrs 组件 属性 vue
共1篇  :1/1页 首页上一页1下一页尾页