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>) {
|