-
-
Notifications
You must be signed in to change notification settings - Fork 629
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
space组件里面使用v-for渲染就失效了 #319
Comments
感谢反馈,这个问题将在下个小版本中修复,请注意查看 |
感谢反馈, issue先关掉了 |
修复以后看上去展示效果好了,可是打开控制台发现出现几个空的带margin样式的div,导致出现不需要的间距 import { Comment } from 'vue'
if(vNode.type!==Comment){
result.push(vNode)
} |
�好的,在修复了 |
qytayh
added a commit
that referenced
this issue
Feb 22, 2022
已修复,感谢反馈,请留意版本更新 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug report 🐞
space组件里面使用v-for渲染没有产生间距
Version & Environment
v1.26.1
Expectation
预期v-for的每个元素出现间距
Actual results (or Errors)
没有出现间距
varlet ui playground demo
The text was updated successfully, but these errors were encountered: