grouping modified
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<script setup>
|
||||
import { Stomp } from "@stomp/stompjs";
|
||||
import SockJS from 'sockjs-client/dist/sockjs';
|
||||
import { defineEmits, defineProps, onBeforeUnmount, onMounted, ref } from 'vue';
|
||||
import { onBeforeUnmount, onMounted, ref } from 'vue';
|
||||
|
||||
// Define props
|
||||
const props = defineProps(['topic', 'subtopic']);
|
||||
|
||||
Reference in New Issue
Block a user