move websocket globally and modify mainn page
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
<template>
|
||||
<q-page>
|
||||
<light-component />
|
||||
<moving-head></moving-head>
|
||||
</q-page>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import LightComponent from 'src/components/LightComponent.vue';
|
||||
import MovingHead from 'src/components/MovingHead.vue';
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user