Merge branch 'develop' into sw-notification-action

This commit is contained in:
tamaina
2021-07-26 15:21:35 +09:00
21 changed files with 69 additions and 66 deletions

View File

@@ -58,7 +58,7 @@
</template>
<script lang="ts">
import { defineComponent } from 'vue';
import { defineComponent, markRaw } from 'vue';
import { getNoteSummary } from '@/misc/get-note-summary';
import XReactionIcon from './reaction-icon.vue';
import MkFollowButton from './follow-button.vue';