🔧 Add watch import to support reactive data handling in GamemasterExplorer component
This commit is contained in:
@@ -309,7 +309,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
import { ref, computed, onMounted, nextTick } from 'vue';
|
import { ref, computed, onMounted, nextTick, watch } from 'vue';
|
||||||
import { RecycleScroller } from 'vue-virtual-scroller';
|
import { RecycleScroller } from 'vue-virtual-scroller';
|
||||||
import { GamemasterClient } from '@/utilities/gamemaster-client.js';
|
import { GamemasterClient } from '@/utilities/gamemaster-client.js';
|
||||||
import { useKeyboardShortcuts } from '@/composables/useKeyboardShortcuts.js';
|
import { useKeyboardShortcuts } from '@/composables/useKeyboardShortcuts.js';
|
||||||
|
|||||||
Reference in New Issue
Block a user