▲ [vue-block] A Vue plugin helping you build CSS grid like layout system with the support of old browser like IE9. at 0067ed.github.io▼2 up and 1 down, posted by zmmbreeze 2709 days ago 6 comments
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
MaxArt 2708 days ago. link 1 point ▲ ▼I meant it should be *state*less, not *statue*less. It was a silly way to report a typo.
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.