2
0
mirror of https://github.com/frappe/books.git synced 2024-12-31 22:11:48 +00:00

fix: dropdown invalid vnode key

This commit is contained in:
18alantom 2023-03-29 13:52:20 +05:30
parent a0eced5fe0
commit 7c99a76e20

View File

@ -29,7 +29,7 @@
<template v-else>
<div
v-for="(d, index) in dropdownItems"
:key="index + d.label"
:key="`key-${index}`"
ref="items"
>
<div