Git Product home page Git Product logo

vue-next-level-scroll's People

Contributors

lupas avatar mannil avatar renovate[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

vue-next-level-scroll's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Repository problems

These problems occurred while renovating this repository. View logs.

  • WARN: Using npm packages for Renovate presets is now deprecated. Please migrate to repository-based presets instead.

Warning

These dependencies are deprecated:

Datasource Name Replacement PR?
npm babel-eslint Available
npm eslint-plugin-standard Unavailable

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • chore(deps): update devdependency babel-loader to v9
  • chore(deps): update devdependency eslint to v9
  • chore(deps): update devdependency eslint-plugin-standard to v5
  • chore(deps): update devdependency eslint-plugin-vue to v9
  • chore(deps): update devdependency husky to v9
  • chore(deps): update devdependency jest-serializer-vue to v3
  • chore(deps): update devdependency vue-loader to v17
  • chore(deps): update devdependency vue-router to v4
  • chore(deps): update node.js to v20
  • chore(deps): update npm to v10
  • ๐Ÿ” Create all rate-limited PRs at once ๐Ÿ”

Edited/Blocked

These updates have been manually edited so Renovate will no longer make changes. To discard all commits and start over, click on a checkbox.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

npm
package.json
  • vue ^2.5.17
  • @commitlint/cli ^7.2.1
  • @commitlint/config-conventional ^7.1.2
  • @nuxtjs/eslint-config 0.0.1
  • @vue/server-test-utils ^1.0.0-beta
  • @vue/test-utils ^1.0.0-beta
  • babel-core ^6.26.3
  • babel-eslint ^10.0.1
  • babel-jest ^23.6.0
  • babel-loader ^8.0.4
  • babel-preset-vue-app ^2.0.0
  • bili ^4.0.0
  • cheerio ^1.0.0-rc.2
  • eslint ^5.8.0
  • eslint-config-standard ^12.0.0
  • eslint-plugin-import ^2.14.0
  • eslint-plugin-node ^8.0.0
  • eslint-plugin-promise ^4.0.1
  • eslint-plugin-standard ^4.0.0
  • eslint-plugin-vue ^4.7.1
  • flush-promises ^1.0.2
  • husky ^1.1.3
  • jest-serializer-vue ^2.0.2
  • vue-jest ^3.0.0
  • vue-loader ^15.4.2
  • vue-router ^3.0.1
  • vue-server-renderer ^2.5.17
  • vue-template-compiler ^2.5.17
  • node >=8.0.0
  • npm >=5.0.0
travis
.travis.yml
  • node 8
  • node 9
  • node 10

  • Check this box to trigger a request for Renovate to run again on this repository

Unable to scroll to ids in iframe

This scroller works really well on my website but on one of my pages I have an iframe that I would also like to do auto-scrolling in. Is there a way to scroll to targets inside the iframe?

Here is my code currently:

<template>
    <section>
	<VueNextLevelScroll target='#footer'>
	    <button class="button">go to footer</button>
	</VueNextLevelScroll>
	<iframe src="externalWebsiteUrl"></iframe>
	<footer id="footer">
	    <VueNextLevelScroll>
		<button class="button">go to top</button>
	    </VueNextLevelScroll>
	</footer>
    </section>
</template>

<script>
import VueNextLevelScroll from 'vue-next-level-scroll';

export default Vue.extend({
    components: {
	VueNextLevelScroll
    },
});
</script>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.