mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-14 04:03:51 +00:00
loginview -> script setup
This commit is contained in:
parent
c06fe4f501
commit
eb8cd302d4
|
@ -6,15 +6,8 @@
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script lang="ts">
|
<script setup lang="ts">
|
||||||
import { defineComponent } from 'vue';
|
|
||||||
|
|
||||||
import Login from '@/components/BotLogin.vue';
|
import Login from '@/components/BotLogin.vue';
|
||||||
|
|
||||||
export default defineComponent({
|
|
||||||
name: 'LoginView',
|
|
||||||
components: { Login },
|
|
||||||
});
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user