@d-mok/quasar-app-extension-quasar-axe 2.2.8 → 2.2.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@d-mok/quasar-app-extension-quasar-axe",
3
- "version": "2.2.8",
3
+ "version": "2.2.9",
4
4
  "description": "A Quasar App Extension",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -214,6 +214,7 @@ export async function showTable(
214
214
  content,
215
215
  sample: content[0],
216
216
  validators: [[($: any) => true, '']],
217
+ arrayValidators: [[($: any) => true, '']],
217
218
  cancel: false,
218
219
  allowAddRow: false,
219
220
  })