bill 4 tháng trước cách đây
mục cha
commit
015506d01e
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      src/views/tagging-position/index.vue

+ 1 - 2
src/views/tagging-position/index.vue

@@ -95,8 +95,7 @@ watch(
     pose,
     () => {
       const pos = positions.value?.find((item) => item.id === showId.value);
-      pos?.localPos;
-      pos?.lineHeight;
+      return [pos?.localPos, pos?.lineHeight];
     },
   ],
   debounce((a) => {