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
when i user expect h(custom, { props: {model: this.object}}) actually h(custom, { model: this.object})
The text was updated successfully, but these errors were encountered:
use <custom model={this.object} />
<custom model={this.object} />
Sorry, something went wrong.
Why model was set as rootAttributes here? https://github.com/vuejs/jsx/blob/5368c63ec768c070cfc259a506d9de43cb930bdb/packages/babel-plugin-transform-vue-jsx/src/index.js#L8
model
rootAttributes
It seems that model is not the field of data object. vue doc
No branches or pull requests
when i user
expect h(custom, { props: {model: this.object}})
actually h(custom, { model: this.object})
The text was updated successfully, but these errors were encountered: