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
vue-isyourpasswordsafe
Hi, thanks for this great helpful module. I tried this module but it didn't detected in Nuxt. Here's my code :
// vue-pwned.client.js import Vue from 'vue' import VueIsYourPasswordSafe from 'vue-isyourpasswordsafe' Vue.use(VueIsYourPasswordSafe)
// nuxt.config.js ..... // Plugins to run before rendering page (https://go.nuxtjs.dev/config-plugins) plugins: [ .... {src: '~/plugins/vee-validate.js'}, { src: '~plugins/vue-simplemd.client.js' }, { src: '~plugins/vue-infinite-loading.client.js'}, { src: '~plugins/vue-pwned.client.js'}, .... ], .....
And this is the error output log
Can you help me? Thank you
The text was updated successfully, but these errors were encountered:
Seems the plugin is not installed, are you sure you did npm i vue-isyourpasswordsafe?
npm i vue-isyourpasswordsafe
Sorry, something went wrong.
No branches or pull requests
Hi, thanks for this great helpful module. I tried this module but it didn't detected in Nuxt. Here's my code :
And this is the error output log
Can you help me? Thank you
The text was updated successfully, but these errors were encountered: