Not working with nuxtjs
See original GitHub issueVersions:
- VueJs: #.#.# nuxtjs v0.10.7
- Vee-Validate: 2.0.0-rc.5
Description:
Simple implementation with nuxtjs, following the example, not working! Not able to figure out the cause.
Steps To Reproduce:
Any sample, wiht validator added via npm/yarn… then registered using a plugin:
import Vue from 'vue'
import VeeValidate from 'vee-validate'
Vue.use(VeeValidate)
Now when I use it on the form on the page
, errors
is undefined and so is $validator
.
Issue Analytics
- State:
- Created 6 years ago
- Comments:14 (5 by maintainers)
Top Results From Across the Web
Issues · nuxt/nuxt.js - GitHub
Nuxt 2 standalone build on azure devOps not working bug-report. #10790 opened on Nov 6 by nickelnext · Cannot read properties of undefined...
Read more >Nuxtjs is not working in localhost:5000 but its working in 127.0 ...
I am developing an application using Nuxtjs . The application is opening when I try to access the URL 127.0.0.1 .
Read more >Nuxtjs down today December, 2022? Nuxtjs.org not working ...
Nuxtjs.org website down Today December, 2022? Can't log in? Real-time problems and outages - here you'll see what is going on.
Read more >Problems With Server-Side Plugins in Nuxt.js
In this article Josh Deltener explores one of the lesser-known issues with server-side plugins in Nuxt. Josh Deltener. Nuxt 3. Mastering Nuxt 3...
Read more >Creating Server-side Rendered Vue.js Apps Using Nuxt.js
Open your browser to localhost:3000 and your project should be running. Not much different from creating a Vue Webpack project. However, when we...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Okay, this works!
~plugins/vee-validate.js
then,
nuxt.config.js
then, in my page:
and template:
Works fine. Please close the issue. Thanks for your help @logaretm 👍
@SharadKumar @logaretm @finalight @horan-geeker @blackpr you can use vue-joi-validation base on Joi , a good Vuejs plugin for validation purposes . no-conflict and SSR support and schema base
Features