PASSAGGIO A VITE !
AGG. 1.1.23
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
import { defineComponent, ref, computed, PropType, toRef, onMounted, onBeforeUnmount } from 'vue'
|
||||
import { useGlobalStore } from '@store/globalStore'
|
||||
import { useI18n } from '@/boot/i18n'
|
||||
import { tools } from '@store/Modules/tools'
|
||||
import { LandingFooter } from '@/components/LandingFooter'
|
||||
import { Logo } from '@/components/logo'
|
||||
import { IMyPage } from 'model'
|
||||
import { useI18n } from 'vue-i18n'
|
||||
import { tools } from '@tools'
|
||||
import { LandingFooter } from '@src/components/LandingFooter'
|
||||
import { Logo } from '@src/components/logo'
|
||||
import type { IMyPage } from 'model'
|
||||
|
||||
|
||||
export default defineComponent({
|
||||
name: 'CFundRaising',
|
||||
components: {Logo, LandingFooter},
|
||||
components: { Logo, LandingFooter },
|
||||
props: {},
|
||||
setup() {
|
||||
const { t } = useI18n();
|
||||
|
||||
Reference in New Issue
Block a user