-
以下是代码
```
这里是测试
{{item.name}}
{{item.sex}}
{{item.age}}
{{item.hobby}}
```
JS:
```
loadMore() {
this.disabled = true;
…
-
``` js
import { BusPlugin } from 'vux'
Vue.use(BusPlugin)
console.log(this.$vux)//undefined
```
结果是$vux未挂载
-
# Reproduction
From the first example: https://tangbc.github.io/vue-virtual-scroll-list/examples/finite/
Entering a start index >= 99950 scrolls to the bottom.
This is despite the fact that the…
-
`AlloyTouch 在 vue 中使用 ,每次下拉加载数据,就会自动滚动到 顶部去,是怎么回事`
{{item}}
import Vue from 'vue'
import { mapMutatio…
-
1、AlloyTouch最小高度 怎么计算
2、AlloyTouch在ios滚动不流畅 怎么回事
-
fubai updated
6 years ago
-
### Existing Component
是
### Component Name
Table
### Description
当表格的行、列数据非常多的时候(如30列,有1000条行数据),此时,页面运行将非常缓慢,内存占用极大甚至浏览器直接崩溃。
这种问题是由于表格的显示方式造成的,现有的渲染是一次性将全部行全部列都渲染到页面上。当数据非常多的时候,会导致浏…
-
作者您好,目前使用 jroll-vue-infinite 发现有点不太适合,感觉该插件的使用方式与vue官方推荐的集成方式出入太大,且不方便。比如组件初始化(网络环境无法上传截图至github):
`'jroll-infinite': JRoll.VueInfinite({
bottomed() {
var me = this;
th…
-
### Version
2.5.2
### Reproduction link
[https://codepen.io/spenspazmer/pen/boZeyz?editors=1011](https://codepen.io/spenspazmer/pen/boZeyz?editors=1011)
### Steps to reproduce
Focus one of th…
-
Hi,
I have a long scrolling area using vue-virtual-scroller, and I want to scroll the user to the top or bottom at certain times ('Go to Beginning' kind of button).
How can it be done ?
I am tr…