-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
新版本文档的示例代码中用了不存在的属性 #176
Comments
fixed |
This was referenced Feb 10, 2021
This was referenced May 13, 2022
This was referenced Oct 7, 2022
This was referenced Feb 6, 2023
This was referenced Dec 19, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http://cn.vuejs.org/v2/examples/grid-component.html
官方示例 -> 网格组件这个例子的申明组件时 传了一个replace api中找不到这个属性
在v1找到了
v2中应该是通过is来解决这个问题了,没有这个属性才是。
The text was updated successfully, but these errors were encountered: