mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-26 21:15:15 +00:00
Cleanup missing lang settings
This commit is contained in:
parent
ff1b217ca9
commit
88bd3a781a
|
@ -4,7 +4,7 @@
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup lang="ts">
|
||||||
defineProps({
|
defineProps({
|
||||||
hint: { type: String, required: true },
|
hint: { type: String, required: true },
|
||||||
});
|
});
|
||||||
|
|
|
@ -8,7 +8,3 @@
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup lang="ts"></script>
|
|
||||||
|
|
||||||
<style scoped></style>
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user