Skip to content

Conversation

buqiyuan
Copy link
Member

@buqiyuan buqiyuan commented Apr 5, 2024

最小复现代码:

<template>
  <a-textarea v-model:value="inputValue" placeholder="Basic usage" auto-size />
</template>

<script lang="ts" setup>
  import { ref, onMounted } from 'vue';
  const inputValue = ref();

  onMounted(() => {
    inputValue.value = 'autoSize will not work';
  });
</script>

@tangjinzhou tangjinzhou merged commit 2b41e56 into vueComponent:main Apr 19, 2024
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 20, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants