mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-26 13:05:15 +00:00
Import botLogin without renaming
This commit is contained in:
parent
6646a54e36
commit
2235e4f703
|
@ -1,13 +1,13 @@
|
|||
<template>
|
||||
<div class="container">
|
||||
<b-card header="Freqtrade bot Login">
|
||||
<Login ref="loginForm" />
|
||||
<BotLogin ref="loginForm" />
|
||||
</b-card>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import Login from '@/components/BotLogin.vue';
|
||||
import BotLogin from '@/components/BotLogin.vue';
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
|
Loading…
Reference in New Issue
Block a user