use right collection on O2M

This commit is contained in:
Nitwel
2020-09-11 17:04:48 +02:00
committed by rijkvanzanten
parent 1e4e865a12
commit 704cf3ade0
2 changed files with 24 additions and 4 deletions

View File

@@ -8,7 +8,14 @@
>
{{ field.name }}
</v-chip>
<v-menu showArrow v-model="menuActive" v-show="selectableFields.length > 0" slot="footer" class="add">
<v-menu
showArrow
v-model="menuActive"
v-show="selectableFields.length > 0"
slot="footer"
class="add"
placement="bottom-end"
>
<template #activator="{ toggle }">
<v-chip class="field" @click="toggle">
<v-icon name="add" />