@icij/murmur-next 4.0.3 → 4.0.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.
@@ -181,7 +181,8 @@ export default defineComponent({
181
181
  'update:modelValue',
182
182
  props.multiple ? activeItems.value : activeItems.value[0]
183
183
  )
184
- }
184
+ },
185
+ { deep: true }
185
186
  )
186
187
  watch(
187
188
  () => props.modelValue,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icij/murmur-next",
3
- "version": "4.0.3",
3
+ "version": "4.0.4",
4
4
  "private": false,
5
5
  "description": "Murmur is ICIJ's Design System for Bootstrap 5 and Vue.js",
6
6
  "author": "promera@icij.org",