diff options
Diffstat (limited to 'src/components/follow_button/follow_button.vue')
| -rw-r--r-- | src/components/follow_button/follow_button.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/follow_button/follow_button.vue b/src/components/follow_button/follow_button.vue index 5c799406..b4567348 100644 --- a/src/components/follow_button/follow_button.vue +++ b/src/components/follow_button/follow_button.vue @@ -7,7 +7,7 @@ @click="onClick" > {{ label }} - <portal to="modal"> + <teleport to="#modal"> <confirm-modal v-if="showingConfirmUnfollow" :title="$t('user_card.unfollow_confirm_title')" @@ -26,7 +26,7 @@ /> </i18n> </confirm-modal> - </portal> + </teleport> </button> </template> |
