We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caa2c86 commit 95dc363Copy full SHA for 95dc363
src/pegout/components/PegoutForm.vue
@@ -8,11 +8,6 @@
8
Go Back
9
</v-btn>
10
</v-row>
11
- <v-row no-gutters>
12
- <v-col v-for="value in pegoutQuotes" :key="value.quoteHash">
13
- <span>Pegout Quotes: {{ value.quoteHash }}</span>
14
- </v-col>
15
- </v-row>
16
<v-row no-gutters class="d-flex justify-center">
17
<v-col />
18
<v-col xs="10" sm="8" md="7" lg="5" xl="5" class="d-flex space-between flex-column">
0 commit comments