Update SearchMarker.vue
This commit is contained in:
@@ -13,7 +13,10 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||||||
import { onMounted, onUnmounted, ref, shallowRef } from 'vue';
|
import { onMounted, onUnmounted, ref, shallowRef } from 'vue';
|
||||||
|
|
||||||
const props = defineProps<{
|
const props = defineProps<{
|
||||||
markerId: string;
|
markerId?: string;
|
||||||
|
label?: string;
|
||||||
|
icon?: string;
|
||||||
|
keywords?: string[];
|
||||||
children?: string[];
|
children?: string[];
|
||||||
}>();
|
}>();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user