diff options
Diffstat (limited to 'src/components/retweet_button/retweet_button.vue')
| -rw-r--r-- | src/components/retweet_button/retweet_button.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/retweet_button/retweet_button.vue b/src/components/retweet_button/retweet_button.vue index 9ed24bd5..134fcb36 100644 --- a/src/components/retweet_button/retweet_button.vue +++ b/src/components/retweet_button/retweet_button.vue @@ -59,7 +59,7 @@ > {{ status.repeat_num }} </span> - <portal to="modal"> + <teleport to="#modal"> <confirm-modal v-if="showingConfirmDialog" :title="$t('status.repeat_confirm_title')" @@ -70,7 +70,7 @@ > {{ $t('status.repeat_confirm') }} </confirm-modal> - </portal> + </teleport> </div> </template> |
