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
slide 里面用的 vue 的 v-for ,列表出来了,但是却不会滚动
<superslide :options="slideOptions"> <div class="bd"> <ul> <li class="li" > <span v-for="(item,i) in deptList" :key="i"> {{item.F_FullName}}缺货数:{{item.F_Address1}}种 </span> </li> </ul> </div> </superslide>
只有静态的文本内容才会滚动
The text was updated successfully, but these errors were encountered:
No branches or pull requests
slide 里面用的 vue 的 v-for ,列表出来了,但是却不会滚动
只有静态的文本内容才会滚动
The text was updated successfully, but these errors were encountered: