lory icon indicating copy to clipboard operation
lory copied to clipboard

Vue Slider Component is based on lory

Results 9 lory issues
Sort by recently updated
recently updated
newest added

The options are passed to lory only when the slider is initialized in `mounted`. The are not updated when they change. You can use lory's setup method to update options.

If the direct parent of the lory tag does not have a predefined position, then "next" and "prev" tags move to the top of the page. Can you default to...

I was unable to get the component to work in my application with the default exports. I'm also using vue-bulma-tabs and changed the exports for vue-lory to match that and...

Hi there. I am currentyl trying out your nice vue slider based on lori. Lori provides some functions like: `slideTo()` `returnIndex` and so on. (http://meandmax.github.io/lory/ > chapter `public API`) How...

This allows overriding the default prev/next icons like so: ``` ```

Hey, First of all, thanks and nice job!. I was trying to use lory with a empty array, waiting to be filled in, but it throws this error when is...

enhancement

I know It was working well with some webpack setting. Maybe... like.. when importing extension-less file, looking for `.vue` too.. you know. However that's not the necessary part of using...

Using this gives us warnings in webpack based karma tests, possibly to the differently executed lifecycle in the test environment * this slider is only created on mounted * if...

importing lory.js when the component is not mounted yet, throws an error during SSR. moving the import inside the `computed` hook allows `vue-lory` working even with SSR.