Skip to content

Commit

Permalink
Add static customize input field for letter
Browse files Browse the repository at this point in the history
  • Loading branch information
aneelac22 authored and JamesMGreene committed Feb 22, 2022
1 parent 0648a37 commit 822a6a5
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/components/LetterLoad.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,18 @@
<v-card-title> {{ selectedRep.name }} </v-card-title>

<v-card-text>
<span v-html="letterBody"></span>
<span class="text-sm-left" v-html="letterBody"></span>
</v-card-text>

<v-text-field
label="I'm in support because (This is optional but when you add your story - it makes a difference"
:rules="rules"
outlined
color="blue"
>
</v-text-field>
</div>

<div v-show="!isSubmitted">
<v-card-text> clicked</v-card-text>

Expand Down

0 comments on commit 822a6a5

Please sign in to comment.