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

[Vue warn]: provide() can only be used inside setup() #20

Open
mrc-bsllt opened this issue Nov 22, 2022 · 0 comments
Open

[Vue warn]: provide() can only be used inside setup() #20

mrc-bsllt opened this issue Nov 22, 2022 · 0 comments

Comments

@mrc-bsllt
Copy link

I am using nuxt 2.15.8, and I created a plugin like this:

import Vue from 'vue'
import VueCryptojs from 'vue-cryptojs'

Vue.use(VueCryptojs)

Everything works, but the first time I start my local server I get this error in the console:
"[Vue warn]: provide() can only be used inside setup()"
wich I cannot remove.
Does anyone know how to solve it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant