Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add docs for Vue 3 usage #380

Open
rigor789 opened this issue Oct 9, 2020 · 0 comments
Open

Add docs for Vue 3 usage #380

rigor789 opened this issue Oct 9, 2020 · 0 comments

Comments

@rigor789
Copy link
Owner

rigor789 commented Oct 9, 2020

Add usage sample to readme for Vue 3 - added in #371. For example in a cdn/browser usage:

const app = Vue.createApp({})
app.directive('scroll-to', VueScrollTo)
app.mount('#app')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant