mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-26 20:07:33 -07:00
プロモーション増殖バグ修正
This commit is contained in:
parent
c98fccd2df
commit
4bda1a4807
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ export default defineComponent({
|
||||||
const el = this.$slots.default({
|
const el = this.$slots.default({
|
||||||
item: item
|
item: item
|
||||||
})[0];
|
})[0];
|
||||||
el.key = item.id;
|
if (el.key == null && item.id) el.key = item.id;
|
||||||
|
|
||||||
if (
|
if (
|
||||||
i != this.items.length - 1 &&
|
i != this.items.length - 1 &&
|
||||||
|
|
Loading…
Reference in a new issue