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