Skip to content

Commit 9247451

Browse files
committed
npm run format
1 parent 11f96df commit 9247451

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/UI/TextareaAutosize.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
</template>
1919

2020
<script lang="ts" setup>
21-
import autosize from 'autosize';
22-
import { nextTick, onBeforeUnmount, onMounted, ref, toRef, watch } from 'vue';
23-
import useTextModelSyncer from '/@/composables/useTextModelSyncer';
21+
import autosize from 'autosize'
22+
import { nextTick, onBeforeUnmount, onMounted, ref, toRef, watch } from 'vue'
23+
import useTextModelSyncer from '/@/composables/useTextModelSyncer'
2424
2525
const props = defineProps<{
2626
modelValue: string

0 commit comments

Comments
 (0)