feat: 定义 component name for MapToolbar in map-toolbar.vue

This commit is contained in:
xudan 2025-09-04 15:05:48 +08:00
parent e791fa4e3c
commit 37cee2f0bc

View File

@ -142,6 +142,11 @@ onMounted(() => {
onBeforeUnmount(() => {
window.removeEventListener('keydown', onKeydown);
});
//
defineOptions({
name: 'MapToolbar'
});
</script>
<template>