Subscription UI refactoring

This commit is contained in:
Čarodej
2022-01-03 16:18:36 +01:00
parent 9d189b3d12
commit 09d8b84870
25 changed files with 1489 additions and 1575 deletions

View File

@@ -12,11 +12,11 @@
</div>
</template>
<script>
export default {
name: 'PaymentMethod',
props: [
'description',
'driver',
]
}
export default {
name: 'PaymentMethod',
props: [
'description',
'driver',
]
}
</script>