We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
"@dcloudio/uni-app": "3.0.0-4020920240930001", "@dcloudio/uni-ui": "^1.5.6",
微信开发者工具1.06.2409140 Stable
<template> {{ form }} <uni-easyinput v-model="form.name" type="nickname" placeholder="请输入昵称" /> </template> <script lang="ts" setup> import { ref } from 'vue'; const form = ref({ name: '' }); </script>
The text was updated successfully, but these errors were encountered:
你好,easyinput 的 type 并不直接支持 nickname ,需要通过 input 标签并且自己实现处理逻辑。
Sorry, something went wrong.
No branches or pull requests
"@dcloudio/uni-app": "3.0.0-4020920240930001",
"@dcloudio/uni-ui": "^1.5.6",
微信开发者工具1.06.2409140 Stable
2024-10-25.012016.mp4
The text was updated successfully, but these errors were encountered: