Update SearchMarker.vue
This commit is contained in:
parent
0f86049b22
commit
fa65b41470
|
@ -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[];
|
||||||
}>();
|
}>();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue