We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
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
[vue] 你有使用过动态组件吗?说说你对它的理解
The text was updated successfully, but these errors were encountered:
component, vue的内置组件, 说实话, 如果不是特殊场景不要去使用, 容易使人混乱 详见: vue component
Sorry, something went wrong.
通过 Vue 的 元素加一个特殊的 is 特性来实现
通过Vue内置组件 <component></component> 的 is 属性控制不同组件的渲染
<component></component>
is
No branches or pull requests
[vue] 你有使用过动态组件吗?说说你对它的理解
The text was updated successfully, but these errors were encountered: