Use-of-ElementUI

ElementUI

Scrollbar 滚动条

Demo code

项目中的使用

注:如果不需要横向滚动条,将 wrap 层的 overflow-x 置为 hidden 即可。

ERROR

懒加载情况下无法添加一级结点

描述

懒加载情况下无法通过 append/insertBefore 等方法添加一级结点

报错

1
2
3
4
5
6
7
console_runner-1df7d3399bdc1f40995a35209755dcfd8c7547da127f6469fd81e5fba982f6af.js:1 [Vue warn]: Error in v-on handler: "TypeError: Cannot read property 'indexOf' of undefined"

found in

---> <ElButton> at packages/button/src/button.vue
<ElCard> at packages/card/src/main.vue
<Root>

CODE