|
|
|
@ -71,7 +71,7 @@ |
|
|
|
|
|
|
|
<script setup> |
|
|
|
import { ref, onMounted, watch, nextTick, computed } from 'vue' |
|
|
|
import footerBar from './footerBar.vue' |
|
|
|
import footerBar from '../../components/footerBar.vue' |
|
|
|
import forexMetals from './forexMetals.vue' |
|
|
|
import marketOverview from './marketOverview.vue' |
|
|
|
import countryMarket from './countryMarket.vue' |
|
|
|
|