landing page

This commit is contained in:
carodej
2020-07-08 09:07:11 +02:00
parent 5a5125967f
commit a43f0e6908
46 changed files with 2926 additions and 641 deletions
+5 -2
View File
@@ -25,7 +25,7 @@
</div>
</div>
</PageTabGroup>
<PageTabGroup v-if="billingInfo">
<PageTabGroup v-if="config.isSaaS && billingInfo">
<div class="form block-form">
<FormLabel>Billing Information</FormLabel>
<div class="block-wrapper">
@@ -115,7 +115,7 @@
import PageHeader from '@/components/Others/PageHeader'
import ThemeLabel from '@/components/Others/ThemeLabel'
import {required} from 'vee-validate/dist/rules'
import {mapGetters} from 'vuex'
import { mapGetters } from 'vuex'
import {debounce} from 'lodash'
export default {
@@ -135,6 +135,9 @@
ThemeLabel,
required,
},
computed: {
...mapGetters(['config']),
},
data() {
return {
userInfo: undefined,