Variant ui layout changes.
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
<script setup lang="ts">
|
||||
import {useLabelEditorStore} from "~/store/labelEditorStore";
|
||||
import {originToString} from "~/types/origin";
|
||||
|
||||
let store = useLabelEditorStore();
|
||||
</script>
|
||||
@@ -24,16 +23,13 @@
|
||||
<v-divider/>
|
||||
|
||||
<v-card-text
|
||||
v-for="(variant, index) in store.article.variants"
|
||||
v-for="(variant) in store.article.variants"
|
||||
:key="variant.id"
|
||||
>
|
||||
<VariantRow
|
||||
v-bind:variant="variant"
|
||||
v-bind:variant-index="index"
|
||||
/>
|
||||
<v-divider/>
|
||||
</v-card-text>
|
||||
|
||||
</v-card>
|
||||
</v-container>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user