Skip to content

Commit

Permalink
npm run format
Browse files Browse the repository at this point in the history
  • Loading branch information
reiroop committed Feb 2, 2025
1 parent dffca4d commit 8c3a1a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/UI/TextareaAutosize.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
</template>

<script lang="ts" setup>
import autosize from 'autosize';
import { nextTick, onBeforeUnmount, onMounted, ref, toRef, watch } from 'vue';
import useTextModelSyncer from '/@/composables/useTextModelSyncer';
import autosize from 'autosize'
import { nextTick, onBeforeUnmount, onMounted, ref, toRef, watch } from 'vue'
import useTextModelSyncer from '/@/composables/useTextModelSyncer'
const props = defineProps<{
modelValue: string
Expand Down

0 comments on commit 8c3a1a0

Please sign in to comment.