mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-11 02:33:51 +00:00
Add missing lang=ts entries
This commit is contained in:
parent
af05f9fc88
commit
895cf030c2
|
@ -53,7 +53,7 @@
|
|||
</b-button>
|
||||
</div>
|
||||
</template>
|
||||
<script setup>
|
||||
<script setup lang="ts">
|
||||
import { usePairlistConfigStore } from '@/stores/pairlistConfig';
|
||||
import { ref, watch } from 'vue';
|
||||
const pairlistStore = usePairlistConfigStore();
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
</b-collapse>
|
||||
</b-card>
|
||||
</template>
|
||||
<script setup>
|
||||
<script setup lang="ts">
|
||||
import { ref } from 'vue';
|
||||
import { usePairlistConfigStore } from '@/stores/pairlistConfig';
|
||||
const pairlistStore = usePairlistConfigStore();
|
||||
|
|
Loading…
Reference in New Issue
Block a user