@maas/vue-equipment 0.22.3 → 0.22.4

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.
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@maas/vue-equipment/nuxt",
3
3
  "configKey": "vueEquipment",
4
- "version": "0.22.2"
4
+ "version": "0.22.3"
5
5
  }
@@ -63,7 +63,7 @@ onUnmounted(() => {
63
63
 
64
64
  // Update sorting for MagicCommandItems
65
65
  watch(
66
- () => items.value.length,
66
+ () => items.value?.length,
67
67
  () => {
68
68
  nextTick(() => {
69
69
  if (elRef.value) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@maas/vue-equipment",
3
3
  "description": "A magic collection of Vue composables, plugins, components and directives",
4
- "version": "0.22.3",
4
+ "version": "0.22.4",
5
5
  "author": "Robin Scholz <https://github.com/robinscholz>, Christoph Jeworutzki <https://github.com/ChristophJeworutzki>",
6
6
  "devDependencies": {
7
7
  "@antfu/ni": "^0.21.12",