Disable input in upgraded rooms
Also, fix some console warnings for missing emits.
This commit is contained in:
parent
615aa2b781
commit
f804e0377b
4 changed files with 11 additions and 4 deletions
|
|
@ -10,12 +10,13 @@
|
|||
|
||||
<script setup lang="ts">
|
||||
import { inject } from "vue";
|
||||
import { MessageProps } from "./useMessage";
|
||||
import { MessageEmits, MessageProps } from "./useMessage";
|
||||
import utils from "@/plugins/utils";
|
||||
|
||||
const $navigation: any = inject("globalNavigation");
|
||||
|
||||
const props = defineProps<MessageProps>();
|
||||
const emits = defineEmits<MessageEmits>();
|
||||
|
||||
const goToSuccessor = (e: Event) => {
|
||||
e.preventDefault();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue