adminforth 2.13.0-next.20 → 2.13.0-next.21

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.
@@ -265,11 +265,11 @@ onMounted(() => {
265
265
 
266
266
  watch(() => props.modelValue, (value) => {
267
267
  updateFromProps();
268
- });
268
+ }, {deep: true});
269
269
 
270
270
  watch(() => props.options, () => {
271
271
  updateFromProps();
272
- });
272
+ }, { deep: true });
273
273
 
274
274
  addClickListener();
275
275
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adminforth",
3
- "version": "2.13.0-next.20",
3
+ "version": "2.13.0-next.21",
4
4
  "description": "OpenSource Vue3 powered forth-generation admin panel",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",