We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a04bdc6 commit 458cffbCopy full SHA for 458cffb
components/menu/demo/SubMenu.vue
@@ -1,5 +1,5 @@
1
<template functional>
2
- <a-sub-menu v-on="listeners" v-bind="data.attrs">
+ <a-sub-menu v-on="listeners" v-bind="data.attrs" :key="data.key">
3
<span slot="title"><a-icon type="mail" /><span>{{data.attrs.menuInfo.title}}</span></span>
4
<template v-for="item in data.attrs.menuInfo.children">
5
<a-menu-item v-if="!item.children" :key="item.key">
0 commit comments