|
@@ -30,7 +30,7 @@ export default defineComponent({
|
|
setup(props, ctx) {
|
|
setup(props, ctx) {
|
|
const mapRef = ref<Element>();
|
|
const mapRef = ref<Element>();
|
|
|
|
|
|
- const isopen = ref(true);
|
|
|
|
|
|
+ const isopen = ref(false);
|
|
|
|
|
|
let tipcontentRef = ref<Element>();
|
|
let tipcontentRef = ref<Element>();
|
|
|
|
|