فهرست منبع

fix: 在updateElement方法中添加调试日志

lsc 2 روز پیش
والد
کامیت
1833b5cae2
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      src/store/slides.ts

+ 1 - 0
src/store/slides.ts

@@ -207,6 +207,7 @@ export const useSlidesStore = defineStore('slides', {
     },
   
     updateElement(data: UpdateElementData) {
+      console.log('data', data)
       const { id, props, slideId } = data
       const elIdList = typeof id === 'string' ? [id] : id