hyjiacan/vue-slideout

the README example imports css from wrong location

Closed this issue · 1 comments

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'

- import '@hyjiacan/vue-slideout/lib/slideout.css'
+ import '@hyjiacan/vue-slideout/dist/slideout.css'

Got it! Thanks.