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
3.4.27
https://github.com/Sharang-heng/vue3-issue
import { Input } from 'ant-design-vue'; export default defineComponent({ setup() { const value = defineModel({ required: true }); return { value }; }, render() { return <Input v-model={this.value}></Input>; } });
defineModel为宏应该不需要手动引入吧?
不需手动引入
如果手动从vue中引入的话用起来怪怪的,报undefined
No response
The text was updated successfully, but these errors were encountered:
https://cn.vuejs.org/api/sfc-script-setup.html#basic-syntax
Sorry, something went wrong.
只能在script setup语法下才能使用哟
No branches or pull requests
Vue version
3.4.27
Link to minimal reproduction
https://github.com/Sharang-heng/vue3-issue
Steps to reproduce
defineModel为宏应该不需要手动引入吧?
What is expected?
不需手动引入
What is actually happening?
如果手动从vue中引入的话用起来怪怪的,报undefined
System Info
No response
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: