We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm seeing this error when running node ssr locally: SSR: Failed to resolve directive: click-away
SSR: Failed to resolve directive: click-away
The directive works however.
I wonder if it is related to this?
The text was updated successfully, but these errors were encountered:
facing the same issue when building my app in SSR mode + it throws error: Cannot read properties of undefined (reading 'getSSRProps')
Sorry, something went wrong.
// vite.config.ts export default defineConfig({ plugins: [ vue({ template: { compilerOptions: { directiveTransforms: { 'click-away': () => ({ props: [] }), }, }, }, }), });
No branches or pull requests
I'm seeing this error when running node ssr locally:
SSR: Failed to resolve directive: click-away
The directive works however.
I wonder if it is related to this?
The text was updated successfully, but these errors were encountered: