enhancementhelp wanted
Metriche repository
- Star
- (1966 star)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
Descrizione
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')