adminforth 2.20.0 → 2.20.1

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.
@@ -130,11 +130,6 @@ onBeforeRouteLeave(async (to, from, next) => {
130
130
  next();
131
131
  });
132
132
 
133
-
134
- watch(record, (newVal) => {
135
- console.log('Record updated:', newVal);
136
- }, { deep: true });
137
-
138
133
  const resourceFormRef = ref<InstanceType<typeof ResourceForm> | null>(null);
139
134
 
140
135
  async function onUpdateRecord(newRecord: Record<string, any>) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adminforth",
3
- "version": "2.20.0",
3
+ "version": "2.20.1",
4
4
  "description": "OpenSource Vue3 powered forth-generation admin panel",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",