CatalogEditor.vue: remove vestiges of pagination page
This commit is contained in:
@ -8,8 +8,6 @@
|
|||||||
<v-stepper-step :complete="step > 1" step="1">Catalog info</v-stepper-step>
|
<v-stepper-step :complete="step > 1" step="1">Catalog info</v-stepper-step>
|
||||||
<v-divider/>
|
<v-divider/>
|
||||||
<v-stepper-step :complete="step > 2" step="2">Contents</v-stepper-step>
|
<v-stepper-step :complete="step > 2" step="2">Contents</v-stepper-step>
|
||||||
<!-- <v-divider></v-divider>
|
|
||||||
<v-stepper-step step="3">Pagination</v-stepper-step> -->
|
|
||||||
</v-stepper-header>
|
</v-stepper-header>
|
||||||
|
|
||||||
<v-stepper-items>
|
<v-stepper-items>
|
||||||
@ -29,7 +27,6 @@
|
|||||||
<v-spacer/>
|
<v-spacer/>
|
||||||
<v-btn text @click="popExit()">Cancel</v-btn>
|
<v-btn text @click="popExit()">Cancel</v-btn>
|
||||||
<v-btn @click="step = 1">Back</v-btn>
|
<v-btn @click="step = 1">Back</v-btn>
|
||||||
<!-- <v-btn @click="step = 3" color="primary" class="black--text">Next</v-btn> -->
|
|
||||||
<v-btn
|
<v-btn
|
||||||
:disabled="!valid"
|
:disabled="!valid"
|
||||||
:loading="savingCatalog"
|
:loading="savingCatalog"
|
||||||
@ -37,13 +34,6 @@
|
|||||||
class="black--text"
|
class="black--text"
|
||||||
@click.stop="saveCatalog()">Done</v-btn>
|
@click.stop="saveCatalog()">Done</v-btn>
|
||||||
</v-stepper-content>
|
</v-stepper-content>
|
||||||
|
|
||||||
<!-- <v-stepper-content step="3">
|
|
||||||
<CatalogPagination/>
|
|
||||||
<v-btn text>Cancel</v-btn>
|
|
||||||
<v-btn @click="step = 2">Back</v-btn>
|
|
||||||
<v-btn color="primary" class="black--text">Save</v-btn>
|
|
||||||
</v-stepper-content> -->
|
|
||||||
</v-stepper-items>
|
</v-stepper-items>
|
||||||
|
|
||||||
</v-stepper>
|
</v-stepper>
|
||||||
|
|||||||
Reference in New Issue
Block a user