Skip to content

Commit

Permalink
chore: add infer comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurDarkstone committed Nov 11, 2024
1 parent cba5706 commit 6871fe5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/effects/common-ui/src/components/resize/resize.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<script lang="ts" setup>
/**
* This components is refactored from vue-drag-resize: https://github.com/kirillmurashov/vue-drag-resize
*/
import {
computed,
getCurrentInstance,
Expand Down

0 comments on commit 6871fe5

Please sign in to comment.