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

SSR: Failed to resolve directive #9167

Closed
sqal opened this issue Dec 8, 2018 · 2 comments
Closed

SSR: Failed to resolve directive #9167

sqal opened this issue Dec 8, 2018 · 2 comments

Comments

@sqal
Copy link
Contributor

sqal commented Dec 8, 2018

Version

2.5.18

Reproduction link

https://github.com/vuejs/vue/pull/9166

Steps to reproduce

Pull changes from ssr-directives-tes branch and run npm run test:srr

What is expected?

Expect custom directive to be resolved correctly in SSR

What is actually happening?

I am getting warning:

[Vue warn] Failed to resolve directive: ...

@aldarund
Copy link

aldarund commented Dec 8, 2018

Happens with nuxt & vuetify.

 ERROR  [Vue warn]: Failed to resolve directive: touch                                                       23:47:21

(found in <Anonymous>)

The cause is #9129 -> if this code reverted it resolve fine

@stuartcusackie
Copy link

Is this still an issue?
[Vue warn]: Failed to resolve directive: click-away

"vue": "3.2.4"
"vue3-click-away": "^1.2.4"

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

4 participants