1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-12 01:13:59 +02:00

[Client] Fix bug

This commit is contained in:
syuilo
2018-12-16 09:03:07 +09:00
parent a0839de38f
commit 7cd2d59576
3 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@
<mk-error v-if="!fetching && requestInitPromise != null" @retry="resolveInitPromise"/>
<!-- トランジションを有効にするとなぜかメモリリークする -->
<transition-group name="mk-notes" class="transition notes" ref="notes">
<transition-group name="mk-notes" class="transition notes" ref="notes" tag="div">
<template v-for="(note, i) in _notes">
<x-note
:note="note"