diff --git a/.changeset/fix-drag-drop-cell-missing-attribute.md b/.changeset/fix-drag-drop-cell-missing-attribute.md new file mode 100644 index 0000000..daf6749 --- /dev/null +++ b/.changeset/fix-drag-drop-cell-missing-attribute.md @@ -0,0 +1,8 @@ +--- +"vue-pivottable": patch +--- + +fix: VDragAndDropCell이 속성이 없을 때 사라지는 문제 수정 + +- DragAndDropCell 컴포넌트에서 속성이 누락되었을 때 발생하는 문제 해결 +- 이슈 #177 수정 \ No newline at end of file