mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 08:32:14 +00:00
responsive version enhancements
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
<!--Payment Options-->
|
||||
<div v-if="isPaymentOptionPage">
|
||||
<PopupContent class="px-4">
|
||||
<PopupContent>
|
||||
|
||||
<!--Stripe implementation-->
|
||||
<PaymentMethod
|
||||
@@ -95,7 +95,7 @@
|
||||
</div>
|
||||
|
||||
<!--List available plans-->
|
||||
<div class="px-4">
|
||||
<div>
|
||||
<PlanDetail
|
||||
v-for="(plan, i) in plans.data"
|
||||
:plan="plan"
|
||||
|
||||
Reference in New Issue
Block a user