mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 02:11:57 +00:00
chore: remove empty style tags
This commit is contained in:
parent
fa4a95fdc2
commit
78dfce6775
|
@ -47,5 +47,3 @@ defineExpose({
|
|||
</BModal>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
||||
|
|
|
@ -42,5 +42,3 @@ const toggleNight = () => {
|
|||
<i-mdi-brightness-6 />
|
||||
</BNavItem>
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
||||
|
|
|
@ -36,5 +36,3 @@ const plotStore = usePlotConfigStore();
|
|||
</BFormSelect>
|
||||
</EditValue>
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
||||
|
|
|
@ -110,5 +110,3 @@ watchDebounced(
|
|||
/>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
||||
|
|
|
@ -51,5 +51,3 @@ watch(
|
|||
</BButton>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
||||
|
|
|
@ -78,5 +78,3 @@ function confirmInput(run_id: string, result: BacktestResultInMemory) {
|
|||
</BListGroup>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
||||
|
|
|
@ -25,5 +25,3 @@ defineProps({
|
|||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
||||
|
|
|
@ -250,5 +250,3 @@ function clickBacktest() {
|
|||
>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
||||
|
|
|
@ -158,5 +158,3 @@ const tableItems = computed<TableItem[]>(() => {
|
|||
</template>
|
||||
</BTable>
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
||||
|
|
|
@ -46,5 +46,3 @@ const removePairLock = (item: Lock) => {
|
|||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
||||
|
|
|
@ -30,5 +30,3 @@ const autoRefreshLoc = computed({
|
|||
</BButton>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
||||
|
|
|
@ -102,5 +102,3 @@ onMounted(() => {
|
|||
</label>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
||||
|
|
|
@ -51,5 +51,3 @@ const emitSelectedTimeframe = () => {
|
|||
@change="emitSelectedTimeframe"
|
||||
></BFormSelect>
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
||||
|
|
|
@ -79,5 +79,3 @@ function handleForceEntry(item: Trade) {
|
|||
</BPopover>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
||||
|
|
|
@ -59,5 +59,3 @@ const profitDesc = computed((): string => {
|
|||
:stake-currency="trade.quote_currency || 'USDT'"
|
||||
/>
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
||||
|
|
|
@ -28,5 +28,3 @@ const timezoneTooltip = computed((): string => {
|
|||
<template>
|
||||
<span :title="timezoneTooltip">{{ formattedDate }}</span>
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
||||
|
|
|
@ -40,5 +40,3 @@ defineExpose({ show });
|
|||
{{ message }}
|
||||
</BModal>
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
||||
|
|
|
@ -5,5 +5,3 @@
|
|||
<LogViewer />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
||||
|
|
|
@ -48,5 +48,3 @@ const botStore = useBotStore();
|
|||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
||||
|
|
|
@ -198,5 +198,3 @@ const responsiveGridLayouts = computed(() => {
|
|||
</template>
|
||||
</GridLayout>
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
||||
|
|
Loading…
Reference in New Issue
Block a user