Ade Novid
Ade Novid

I think it is possible, cause you can flip image using `transform: scaleX(-1)` and `transform: scaleY(-1)` ``` picture.guillotine('v-flip') picture.guillotine('h-flip') ```
**defaultMutations** not created mutation of state on SSR, but normal on client side. I tried ```js console.log(defaultMutations({ user: '', })) // return {} ``` **Info:** vuex-easy-access: 3.1.5 (latest) nuxt: 2.5.1...
Added ability auto detecting direction for open calendar. Closed #695 #347
## Description Add support run toast on server side rendering. possible approach is record all args when calling toast in server side, then calling all on client side (hydrate)
### Description Refactor dropdown's popup menu using Teleport. this make dropdown's popup more flexible on positioning, avoid clipped content. But it lead to z-index problem, so make sure it not...
Some component relly on `:has` selector but sadly, Firefox doesn't support it yet ([caniuse](https://caniuse.com/css-has)). Need to find another option for it.