Vuetify migrate edit form: layout looks relatively good, not same but ok, now need to test functionality and then can get back into it if all ok.
This commit is contained in:
@@ -16,7 +16,15 @@
|
||||
<div>
|
||||
<v-row align-center justify-left row wrap>
|
||||
<template v-for="item in this.$store.state.formCustomTemplate[formKey]">
|
||||
<v-col v-if="item.type" :key="item.fld" cols="12" sm6 lg4 xl3 px-2>
|
||||
<v-col
|
||||
v-if="item.type"
|
||||
:key="item.fld"
|
||||
cols="12"
|
||||
sm="6"
|
||||
lg="4"
|
||||
xl="3"
|
||||
px-2
|
||||
>
|
||||
<div v-if="item.type === 'currency'">
|
||||
CURRENCY CONTROL HERE
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user