upgrade subscription popup

This commit is contained in:
Čarodej
2022-03-04 11:35:38 +01:00
parent 6155173d82
commit 0f4b80ddac
34 changed files with 269 additions and 67 deletions

View File

@@ -28,7 +28,7 @@
:description="$t('You can upgrade your plan at any time you want.')"
:is-last="true"
>
<ButtonBase @click.native="$openUpgradeOptions" class="w-full sm:w-auto" button-style="secondary">
<ButtonBase @click.native="$changeSubscriptionOptions" class="w-full sm:w-auto" button-style="secondary">
{{ $t('Change Plan') }}
</ButtonBase>
</AppInputButton>