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.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b2b62f-2afd8.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b2b62f-2afd8.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?