0👍
I got this to work using a transition
wrapper, but the code isn’t as elegant as I’d expected. Particularly the use of the following attributes in the drawer-wrapper
class:
top: 100%;
transform: translateY(-100%);
Fiddle is here
If anyone can simplify the code further, I’d really appreciate it.
- [Vuejs]-Vue.js won't bind to an object property that's not pre-defined
- [Vuejs]-All tab elements are active when using uk-tab with Vue.js
Source:stackexchange.com