-
Notifications
You must be signed in to change notification settings - Fork 0
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
wire retailer registration form to api #40
Conversation
ayveezub
commented
Nov 9, 2023
•
edited
Loading
edited
7484d81
to
5ae38dd
Compare
register()
to retailer registration pageff2598e
to
f5f141d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👌
body: JSON.stringify(retailer), | ||
}) | ||
const data = (await response.json()).data | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
пустые строки переставь
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
поправил
import { reactive } from 'vue' | ||
import { reactive, ref } from 'vue' | ||
import router from '@/router' | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
пустая
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
поправил
f5f141d
to
49a8629
Compare
49a8629
to
8c33dfd
Compare