소스 검색

修复bug

Hwf 8 달 전
부모
커밋
466360370f
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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) => {