zmmbreeze 2709 days ago. link 1 point ▲ ▼You can still use components with status inside vue-block. I made vue-block as a functional component, because it's faster than normal component. https://vuejs.org/v2/guide/render-function.html#Functional-Components
zmmbreeze 2709 days ago. link 1 point ▲ ▼vue-block can provide you: - CSS grid like layout system. - Really easy to use API, especially for new Vue beginner. - Support IE9+ and other modern browser which support CSS calc. - Functional component, which is statueless and instanceless.