- Wrap client in @vueuse/core to abstract mobile client dimensions
This commit is contained in:
13
eveai_chat_client/static/assets/vue-components/ChatRoot.vue
Normal file
13
eveai_chat_client/static/assets/vue-components/ChatRoot.vue
Normal file
@@ -0,0 +1,13 @@
|
||||
<template>
|
||||
<SafeViewport>
|
||||
<ChatApp />
|
||||
</SafeViewport>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
// ChatRoot.vue
|
||||
// Kleine root-component die de ChatApp binnen de SafeViewport wrapper rendert.
|
||||
|
||||
import ChatApp from './ChatApp.vue';
|
||||
import SafeViewport from './SafeViewport.vue';
|
||||
</script>
|
||||
Reference in New Issue
Block a user