mirror of
https://github.com/KevinMidboe/nova-map-fields.git
synced 2025-10-29 17:50:27 +00:00
Increased with of mapfield
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<default-field :field="field" :errors="errors">
|
||||
<default-field :field="field" :errors="errors" :full-width-content="true">
|
||||
<template slot="field">
|
||||
<component v-if="value" :is="'field-' + field.map.type" :field="field" :edit="true" v-model="value"></component>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user