Skip to content

Commit

Permalink
chore: update src to match new lint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan-Shields committed Mar 14, 2019
1 parent 235e463 commit febf298
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions src/dashboard/components/names.vue
Expand Up @@ -17,27 +17,27 @@
label="First Name"
:rules="[required]"
dark
/>
></v-text-field>

<v-text-field
v-model="lastName"
label="Last Name"
:rules="[required]"
dark
/>
></v-text-field>

<v-text-field
v-model="alias"
label="Alias"
dark
/>
></v-text-field>

<v-text-field
v-model="social"
prepend-icon="alternate_email"
label="Twitter Handle"
dark
/>
></v-text-field>
<v-btn
color="green"
@click="add"
Expand Down
2 changes: 1 addition & 1 deletion src/dashboard/components/omnibar.vue
Expand Up @@ -5,7 +5,7 @@
v-model="newText"
label="Coming Up Text"
dark
/>
></v-text-field>
<v-btn
color="green"
@click="setText"
Expand Down
2 changes: 1 addition & 1 deletion src/dashboard/components/timer-ctrl.vue
Expand Up @@ -34,7 +34,7 @@
<v-text-field
v-model="newText"
dark
/>
></v-text-field>
<v-btn
color="green"
@click="setText"
Expand Down
4 changes: 2 additions & 2 deletions src/dashboard/components/timer-dialog-for.vue
Expand Up @@ -8,7 +8,7 @@
inline
controls
rounded
/>
></number-input>
<h2>Seconds</h2>
<number-input
v-model="seconds"
Expand All @@ -18,7 +18,7 @@
controls
rounded
:step="10"
/>
></number-input>
</div>
</template>

Expand Down
2 changes: 1 addition & 1 deletion src/dashboard/components/timer-dialog-to.vue
Expand Up @@ -8,7 +8,7 @@
format="24hr"
:dark="true"
color="blue lighten-1"
/>
></v-time-picker>
</div>
</template>

Expand Down

0 comments on commit febf298

Please sign in to comment.