Собственно как ее уничтожить, когда я нажимаю на кнопку выбора нужного мне маркера?
Простой вариант с примером из документации не работает, выдает ошибку:
export default defineComponent({
setup() {
const dataMap = reactive({
onClickYmap(e: any) {
console.log(e.get('coords'))
},
return { t, ...toRefs(dataMap) }
})
})
runtime-core.esm-bundler.js?5c40:217 Uncaught TypeError: e.get is not a function
at onClickYmap (Index.vue?22a2:853)
at callWithErrorHandling (runtime-core.esm-bundler.js?5c40:154)
at callWithAsyncErrorHandling (runtime-core.esm-bundler.js?5c40:163)
at HTMLElement.invoker (runtime-dom.esm-bundler.js?830f:301)