51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#inheritAttrs
vm.$attrs与inheritAttrs详解
1、inheritAttrs 在vue官网的解释如下 个人理解:父组件A上引入子组件B,在B子组件上加上一些属性(class、style除外),这些属性能否在子组件B的根元素上继承,默认值为true,可以继承,false表示不可以继承 例子//A组件<template><div>这是父...
代码星球
·
2020-08-07
vm.
attrs
inheritAttrs
详解
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他