@mixd-id/web-scaffold 0.1.230406325 → 0.1.230406326

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mixd-id/web-scaffold",
3
3
  "private": false,
4
- "version": "0.1.230406325",
4
+ "version": "0.1.230406326",
5
5
  "scripts": {
6
6
  "dev": "vite serve",
7
7
  "build": "vite build",
@@ -364,7 +364,7 @@ export default{
364
364
  this.socket.send(this.src, {
365
365
  ...this.preset,
366
366
  itemsPerPage: this.data.itemsPerPage,
367
- afterItem: this.dataItems[this.dataItems.length - 1],
367
+ afterItem: this.data.items[this.data.items.length - 1],
368
368
  })
369
369
  .then(data => {
370
370
  //console.log('next id', data.items[0].id)