Demo: https://pokemon-explorer-orpin.vercel.app/feed2
功能:
使用非常简单:
html`
<dy-list
.items=${[0,1,2,3,4,5,6,7,8,9,10]}
.infinite=${true}
.getKey=${(item) => item}
@backward=${...加载数据,修改 items}></dy-list>
`
上面例子的完整代码也不到 100 行: https://github.com/mantou132/pokemon-explorer/blob/main/src/pages/feed2.ts
缺点:
1
594mantou OP |