- 博客(21)
- 收藏
- 关注
原创 Vue报错Avoid mutating a prop directly since the value will be overwritten whenever the parent compone
Avoid mutating a prop directly since the value will be overwritten whenever the parent component re-renders. Instead, use a data or computed property based on the prop's value. Prop being mutated: "placement"
2022-08-20 23:42:41 250
原创 BFC 特性 及 应用场景
BFC 是页面上的一个独立容器,容器里面的子元素不会影响外面的元素。BFC 内部的块级盒会在垂直方向上一个接一个排列同一 BFC 下的相邻块级元素可能发生外边距折叠,创建新的 BFC 可以避免外边距折叠每个元素的外边距盒(margin box)的左边与包含块边框盒(border box)的左边相接触(从右向左的格式的话,则相反),即使存在浮动浮动盒的区域不会和 BFC 重叠计算 BFC 的高度时,浮动元素也会参与计算...
2022-08-17 23:08:19 630
原创 router-link-active 与 router-link-exact-active 区别
router-link-active 与 router-link-exact-active 区别
2022-08-15 21:46:03 624
原创 Component name “xxx“ should always be multi-word
Component name "xxx" should always be multi-word
2022-06-15 19:33:42 613
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人