fix bug list circuits and transactionsenabled

This commit is contained in:
Paolo Arena
2022-09-24 20:21:29 +02:00
parent bc2080c42c
commit 201d148e31
29 changed files with 299 additions and 332 deletions

View File

@@ -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();