mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 02:11:57 +00:00
Fix some rename errors
This commit is contained in:
parent
e57df49144
commit
9e79efb058
|
@ -20,7 +20,7 @@
|
|||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import Login from '@/components/BotLogin.vue.js';
|
||||
import Login from '@/components/BotLogin.vue';
|
||||
import { AuthStorageWithBotId } from '@/types';
|
||||
import { nextTick, ref } from 'vue';
|
||||
import LoginIcon from 'vue-material-design-icons/Login.vue';
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<script lang="ts">
|
||||
import { defineComponent } from 'vue';
|
||||
|
||||
import Login from '@/components/BotLogin.vue.js';
|
||||
import Login from '@/components/BotLogin.vue';
|
||||
|
||||
export default defineComponent({
|
||||
name: 'LoginView',
|
||||
|
|
|
@ -148,7 +148,7 @@
|
|||
<script setup lang="ts">
|
||||
import { GridItemData } from '@/types';
|
||||
|
||||
import Balance from '@/components/ftbot/BotBalance.vue.js';
|
||||
import Balance from '@/components/ftbot/BotBalance.vue';
|
||||
import BotControls from '@/components/ftbot/BotControls.vue';
|
||||
import BotStatus from '@/components/ftbot/BotStatus.vue';
|
||||
import CandleChartContainer from '@/components/charts/CandleChartContainer.vue';
|
||||
|
@ -157,7 +157,7 @@ import DraggableContainer from '@/components/layout/DraggableContainer.vue';
|
|||
import FTBotAPIPairList from '@/components/ftbot/FTBotAPIPairList.vue';
|
||||
import PairLockList from '@/components/ftbot/PairLockList.vue';
|
||||
import PairSummary from '@/components/ftbot/PairSummary.vue';
|
||||
import BotPerformance from '@/components/ftbot/BotPerformance.vue.js';
|
||||
import BotPerformance from '@/components/ftbot/BotPerformance.vue';
|
||||
import TradeDetail from '@/components/ftbot/TradeDetail.vue';
|
||||
import TradeList from '@/components/ftbot/TradeList.vue';
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user