Merge branch 'vue3-again' into shigusegubu-vue3

* vue3-again:
  fix misc warnings
  properly implement resettableAsyncComponent
  fix opacity control again
  rename some binding hooks according to new names
  fix warnings
  fix some more warnings
  remove some warnings
This commit is contained in:
Henry Jameson 2022-03-29 00:02:23 +03:00
commit 4b3f525a8e
15 changed files with 32 additions and 33 deletions

View file

@ -112,7 +112,7 @@
</span>
<span v-if="notification.type === 'pleroma:emoji_reaction'">
<small>
<i18n-t keypath="notifications.reacted_with">
<i18n-t scope="global" keypath="notifications.reacted_with">
<span class="emoji-reaction-emoji">{{ notification.emoji }}</span>
</i18n-t>
</small>