Hwf hai 8 meses
pai
achega
466360370f
Modificáronse 2 ficheiros con 2 adicións e 1 borrados
  1. 1 0
      src/types/components.d.ts
  2. 1 1
      src/views/globalMap/index.vue

+ 1 - 0
src/types/components.d.ts

@@ -93,6 +93,7 @@ declare module 'vue' {
     SizeSelect: typeof import('./../components/SizeSelect/index.vue')['default']
     SubmitVerify: typeof import('./../components/Process/submitVerify.vue')['default']
     SvgIcon: typeof import('./../components/SvgIcon/index.vue')['default']
+    TextEdit: typeof import('./../components/Map/TextEdit/index.vue')['default']
     TimeAxis: typeof import('./../components/TimeAxis/index.vue')['default']
     TopNav: typeof import('./../components/TopNav/index.vue')['default']
     TreeSelect: typeof import('./../components/TreeSelect/index.vue')['default']

+ 1 - 1
src/views/globalMap/index.vue

@@ -178,7 +178,7 @@ const mouseToolState = ref<MouseTool>({
 });
 
 const showTextEditBox = () => {
-  rightMenuRef.value.
+
 };
 
 const updateMouseToolState = (data) => {