Element-ui introduces hidden components, such as scrollbar, on demand

element-ui has a hidden component scrollbar, that is not reflected in the documentation.
but this is available in the official complete component list, but how to introduce hidden components such as scrollbar when using on-demand components?


import { Scrollbar } form 'element-ui'
Vue.use(Scrollbar)

this can be introduced. Officials have mentioned this ElScrollbar component in an issue layer, but do not plan to write it in the document. In fact, you can read the source code to know how to use it.

Menu