-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
Hello,
I tried to install this plugin in my Nuxt 3 (rc3) app. I registered the plugin as scroll-reveal.client.ts and added v-scroll-reveal to my html element, but get a Vue warning:
"Failed to resolve directive: scroll-reveal [nitro] [dev] [unhandledRejecton] TypeError: Cannot read properties of undefined (reading 'getSSRProps')"
Is this plugin not yet "adapted" to the new nitro engine or am I doing something wrong?
Thanks for your help,
Simon
Plugin:
// /plugins/scroll-reveal.client.ts
import VueScrollReveal from 'vue-scroll-reveal'
export default defineNuxtPlugin(nuxtApp => {
nuxtApp.vueApp.use(VueScrollReveal)
})
Component:
<h1 v-scroll-reveal>Meet the Team.</h1>
finnbuster, Zellement and archx3
Metadata
Metadata
Assignees
Labels
No labels