Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nut-textarea 组件报错 #2930

Closed
mirages opened this issue Feb 23, 2024 · 0 comments · Fixed by #2935
Closed

nut-textarea 组件报错 #2930

mirages opened this issue Feb 23, 2024 · 0 comments · Fixed by #2935
Labels
bug h5 Taro H5 环境下的问题

Comments

@mirages
Copy link

mirages commented Feb 23, 2024

NutUI 包名

@nutui/nutui-taro

NutUI 版本号

4.0.4

平台

h5

重现链接

见下面的重现步骤和结果截图错误

重现步骤

<nut-textarea
        v-model="content"
        placeholder="请输入"
        limit-show
        :max-length="100"
      />
<script setup>
import { ref } from 'vue'
const content = ref('')
<script>

期望的结果是什么?

组件正常不报错

实际的结果是什么?

image

环境信息

Taro CLI 3.5.10 environment info:
System:
OS: macOS 11.2.3
Shell: 5.8 - /bin/zsh
Binaries:
Node: 14.18.2 - ~/.nvm/versions/node/v14.18.2/bin/node
Yarn: 1.22.18 - ~/.nvm/versions/node/v14.18.2/bin/yarn
npm: 6.14.15 - ~/.nvm/versions/node/v14.18.2/bin/npm
npmPackages:
@tarojs/cli: 3.6.23 => 3.6.23
@tarojs/components: 3.6.23 => 3.6.23
@tarojs/helper: 3.6.23 => 3.6.23
@tarojs/plugin-framework-vue3: 3.6.23 => 3.6.23
@tarojs/plugin-html: 3.6.23 => 3.6.23
@tarojs/plugin-platform-alipay: 3.6.23 => 3.6.23
@tarojs/plugin-platform-jd: 3.6.23 => 3.6.23
@tarojs/plugin-platform-qq: 3.6.23 => 3.6.23
@tarojs/plugin-platform-swan: 3.6.23 => 3.6.23
@tarojs/plugin-platform-tt: 3.6.23 => 3.6.23
@tarojs/plugin-platform-weapp: 3.6.23 => 3.6.23
@tarojs/runtime: 3.6.23 => 3.6.23
@tarojs/shared: 3.6.23 => 3.6.23
@tarojs/taro: 3.6.23 => 3.6.23
@tarojs/taro-loader: 3.6.23 => 3.6.23
@tarojs/webpack5-runner: 3.6.23 => 3.6.23
babel-preset-taro: 3.6.23 => 3.6.23
eslint-config-taro: 3.6.23 => 3.6.23
npmGlobalPackages:
typescript: 4.6.3

其他补充信息

"@nutui/icons-vue-taro": "^0.0.9",
"@nutui/nutui-taro": "^4.0.4",
@eiinu eiinu added bug h5 Taro H5 环境下的问题 labels Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug h5 Taro H5 环境下的问题
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants