mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 00:22:15 +00:00
upload request prototype UI
This commit is contained in:
@@ -12,7 +12,13 @@
|
||||
{{ $t('Upgrade your account to get more.') }}
|
||||
</b>
|
||||
|
||||
<ButtonBase v-if="$store.getters.config.allowed_payments" @click.native="$openUpgradeOptions" type="submit" button-style="theme" class="mt-4 w-full">
|
||||
<ButtonBase
|
||||
v-if="$store.getters.config.allowed_payments"
|
||||
@click.native="$openUpgradeOptions"
|
||||
type="submit"
|
||||
button-style="theme"
|
||||
class="mt-4 w-full"
|
||||
>
|
||||
{{ $t('Upgrade Your Account') }}
|
||||
</ButtonBase>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user