visualjerk / vue-cion-design-system

CION - Design system boilerplate for Vue.js
https://cion.visualjerk.de
MIT License
142 stars 24 forks source link

Flex grid fails on SSR #3

Open appinteractive opened 6 years ago

appinteractive commented 6 years ago

Gird is calling window and failing.

appinteractive commented 6 years ago

I wrapped the window statement in a try catch to fix ssr

appinteractive commented 5 years ago

@visualjerk I would propose to use standard css behavior for the grid, that would help to fix jumping layouts. The components itself could stay on the js solution I think.