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();
|
||||
|
||||
Reference in New Issue
Block a user