@fy-/fws-vue 2.1.30 → 2.1.31

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.
@@ -114,6 +114,8 @@ watchEffect(() => {
114
114
  href: next,
115
115
  rel: 'next',
116
116
  key: `paging-next${props.id}`,
117
+ hid: `paging-next${props.id}`,
118
+ id: `paging-next${props.id}`,
117
119
  })
118
120
  }
119
121
  if (prev) {
@@ -121,6 +123,8 @@ watchEffect(() => {
121
123
  href: prev,
122
124
  rel: 'prev',
123
125
  key: `paging-prev${props.id}`,
126
+ hid: `paging-prev${props.id}`,
127
+ id: `paging-prev${props.id}`,
124
128
  })
125
129
  }
126
130
  useHead({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fy-/fws-vue",
3
- "version": "2.1.30",
3
+ "version": "2.1.31",
4
4
  "author": "Florian 'Fy' Gasquez <m@fy.to>",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/fy-to/FWJS#readme",