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

Amanz55 demo #296

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Amanz55 demo #296

wants to merge 2 commits into from

Conversation

amanz55
Copy link

@amanz55 amanz55 commented Aug 5, 2022

Finalized UI with state and some functions

@vercel
Copy link

vercel bot commented Aug 5, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
practice ❌ Failed (Inspect) Aug 5, 2022 at 0:09AM (UTC)
practice-vue ❌ Failed (Inspect) Aug 5, 2022 at 0:09AM (UTC)

Comment on lines +24 to +39
<v-text-field label="Legal first name*" required></v-text-field>
</v-col> -->
<!-- <v-col cols="12" sm="6" md="4">
<v-text-field
label="Legal middle name"
hint="example of helper text only on focus"
></v-text-field>
</v-col> -->
<!-- <v-col cols="12" sm="6" md="4">
<v-text-field
label="Legal last name*"
hint="example of persistent helper text"
persistent-hint
required
></v-text-field>
</v-col> -->
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lets remove the comments if we dont need it

Comment on lines +56 to +77
:items="['0-17', '18-29', '30-54', '54+']"
label="Age*"
required
></v-select>
</v-col> -->
<!-- <v-col cols="12" sm="6">
<v-autocomplete
:items="[
'Skiing',
'Ice hockey',
'Soccer',
'Basketball',
'Hockey',
'Reading',
'Writing',
'Coding',
'Basejump',
]"
label="Interests"
multiple
></v-autocomplete>
</v-col> -->
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here too, remove the comments

<!-- <v-btn color="primary" dark v-bind="attrs" v-on="on">
Open Dialog
</v-btn> -->
<!-- <v-btn
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

here as well. remove the comments

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

Successfully merging this pull request may close these issues.

2 participants