嵌套 点击事件重复 解决方案
DOM
<cube-slide>
<cube-slide
:options="slideOptions"
/>
</cube-slide>
computed
slideOptions() {
return {
click: false, // 将其中一层的 cube-slide 点击事件屏蔽
};
},
cube-slide 子组件文字不能换行 解决方案
在文本的 CSS 加入
white-space: normal;
标签:cube,解决方案,slide,点击,ui,scroll
From: https://www.cnblogs.com/IT-IOS-MAN/p/16891676.html