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

Adds a directive that listens for click events and scrolls to elements.

Results 101 vue-scrollto issues
Sort by recently updated
recently updated
newest added
trafficstars

[//]: # (dependabot-start) ⚠️ **Dependabot Preview has been deactivated** ⚠️ This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to `dependabot`...

dependencies
security

Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.16.0 to 4.16.6. Changelog Sourced from browserslist's changelog. 4.16.6 Fixed npm-shrinkwrap.json support in --update-db (by Geoff Newman). 4.16.5 Fixed unsafe RegExp (by Yeting Li). 4.16.4 Fixed unsafe...

dependencies

The examples show the anchor element as `` If the user doesn't have js, or the script isn't working for some reason, the jump link won't work, and the user...

So, I have a component in which I use the scrollTo function. This component has a main div with a dynamic id, and inside it has a div with a...

Hi there, I'm struggling to make [vue-scrollto](https://github.com/rigor789/vue-scrollto) work with [vue2-perfect-scrollbar](https://github.com/mercs600/vue2-perfect-scrollbar). I have it working without perfect-scrollbar, but once I insert the perfect-scrollbar then nothing happens. It might have to do...

Hi, Nuxt Version: v2.13.0 I can't figure out how to get this working with Nuxt JS. I've imported the module as stated in the docs. modules: [ 'vue-scrollto/nuxt', ] My...

help wanted
nuxt

## This fixes issue #380 - Added example, how to use vue-scrollto with Vue 3.x - Changed a little bit README

There's an issue when using with nuxt (2.13.3) / typescript (@nuxt/types => 2.13.3) If i don't import `vue-scrollto` inside my global.d.ts file: ``` import 'vue-scrollto' ``` Then using `this.$scrollTo` inside...

help wanted
nuxt

Feature request: It would be nice if there was a field to specify alignment within the scroll, similar to how scrollIntoView works (https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollIntoView) A polyfill also supports these options: https://github.com/magic-akari/seamless-scroll-polyfill...

Feature Request

Hello, In my @vue/cli 4.0.5 app I need in in dialog modal to show details page with Cancel, Submit buttons. Also I added checkbox clicking on which hidden at bottom...