evo-vue-carousel 1.0.8 → 1.0.9

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.
@@ -3877,7 +3877,8 @@ const A = (e) => {
3877
3877
  page: t.page,
3878
3878
  pageIndex: t.pageIndex,
3879
3879
  attrs: {
3880
- onClick: () => i(t.page, t.pageIndex)
3880
+ onClick: () => i(t.page, t.pageIndex),
3881
+ disabled: t.disabled
3881
3882
  }
3882
3883
  }, () => [
3883
3884
  pe("button", ar(l.$attrs, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "evo-vue-carousel",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "type": "module",
5
5
  "license": "GPL-3.0-only",
6
6
  "files": [