mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-23 19:45:15 +00:00
12 lines
194 B
Vue
12 lines
194 B
Vue
<template>
|
|
<div class="p-4 h-100">
|
|
<LogViewer />
|
|
</div>
|
|
</template>
|
|
|
|
<script setup lang="ts">
|
|
import LogViewer from '@/components/ftbot/LogViewer.vue';
|
|
</script>
|
|
|
|
<style scoped></style>
|