vue-slideout icon indicating copy to clipboard operation
vue-slideout copied to clipboard

A Slide-Out component for Vue.js 2/3.

Results 5 vue-slideout issues
Sort by recently updated
recently updated
newest added

https://github.com/hyjiacan/vue-slideout/blob/master/README.md?plain=1#L75 The example in the README should import the css file from 'dist' rather than 'lib' ```diff - import '@hyjiacan/vue-slideout/lib/slideout.css' + import '@hyjiacan/vue-slideout/dist/slideout.css' ```

Hello there, I used the samples on the README.md to get started in my project. Unfortunately nothing happens when I set visible to true. No Slideout and no output in...

Hi Currently it's possible to use this component using nuxt plugins with client mode, but when using it in SSR it throws error about `HTMLElement is not defined` can you...

I cannot resize the slideout on the touchscreen