My 13th reason (2.0)
This commit is contained in:
@ -21,11 +21,9 @@
|
||||
<script setup lang="ts">
|
||||
import { onBeforeUnmount, onMounted, ref, nextTick } from 'vue'
|
||||
import { useGameStore } from '@/stores/game'
|
||||
import { useNotificationStore } from '@/stores/notifications'
|
||||
import type { Character } from '@/types'
|
||||
|
||||
const gameStore = useGameStore()
|
||||
const notifications = useNotificationStore()
|
||||
|
||||
const message = ref('')
|
||||
const chats = ref([] as ChatMessage[])
|
||||
|
Reference in New Issue
Block a user