fix bug list circuits and transactionsenabled
This commit is contained in:
@@ -4,12 +4,13 @@ import {
|
||||
defineComponent, ref, onBeforeUnmount, onMounted,
|
||||
} from 'vue'
|
||||
import { useRouter } from 'vue-router'
|
||||
import { CFundRaising } from '@/components'
|
||||
import { CFundRaising } from '@/components/CFundRaising'
|
||||
import { LandingFooter } from '@/components'
|
||||
import { tools } from '@src/store/Modules/tools'
|
||||
|
||||
export default defineComponent({
|
||||
name: 'FundRaising',
|
||||
components: { CFundRaising },
|
||||
components: { CFundRaising, LandingFooter },
|
||||
|
||||
setup() {
|
||||
const { t } = useI18n();
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
<template>
|
||||
<CFundRaising></CFundRaising>
|
||||
<q-page class="text-black">
|
||||
<section class="bg-white">
|
||||
<div class=" row justify-between items-start q-col-gutter-sm">
|
||||
<div class="col-12">
|
||||
<div class="feature-item" style="margin-top: 0px !important;">
|
||||
<CFundRaising></CFundRaising>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</q-page>
|
||||
|
||||
<LandingFooter></LandingFooter>
|
||||
|
||||
</template>
|
||||
<script lang="ts" src="./fundraising.ts">
|
||||
|
||||
Reference in New Issue
Block a user