vue-tiny-slider icon indicating copy to clipboard operation
vue-tiny-slider copied to clipboard

Vanilla javascript slider for all purposes created by ganlanyuan in Vue.

Results 33 vue-tiny-slider issues
Sort by recently updated
recently updated
newest added

vue-tiny-slider.ts: ``` import { App } from "vue"; import VueTinySlider from "vue-tiny-slider"; export function initVTinySlider(app: App) { app.component("tiny-slider", VueTinySlider); } ``` usage: ``` Slider item #1 Slider item #2 Slider...

I was able to get this error when using Nuxt page level keep-alive prop, but I get it's also reproducible with a regular vue router. **How to reproduce:** 1. Create...

I am getting this error when a single slide is available for view. I think tiny slider 2.0 have already resolved this issue. Please update with the latest one it...

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.5.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

Bumps [chownr](https://github.com/isaacs/chownr) from 1.0.1 to 1.1.4. Commits 814f642 1.1.4 a0d7ae0 push to github before npm 1a3667a ignore stuff 147eac4 Full tests, handle errors properly in many cases 578fb9f update tap,...

dependencies

Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.2 to 0.8.5. Release notes Sourced from shelljs's releases. v0.8.5 This was a small security fix for #1058. v0.8.4 Small patch release to fix a circular dependency...

dependencies

Hey guys, Is it support vue 3? I can't find any info on the Readme

In my slider, each slide has a button that is bound to an event using `v-on:click`. When I set `:loop="true"` the slides are cloned in order to create the infinite...

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.5 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.5&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies