cretueusebiu / vform

Handle Laravel-Vue forms and validation with ease.

Home Page:https://vform.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

i have issue using it with nuxt

atta1234 opened this issue · comments

await this.$axios.$post('register',this.form)
the request send but the validation not showing in the form i want it like this to access my base url from nuxt.js
await this.$axios.$post('register',this.form)
but when i do it like this then it work perfectly but i have to write full api url like i want it work with first solution
this.form.post('http://localhost/deals/public/api/register')