Fix computed ref passed without .value to setCurrentGraphId
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -214,7 +214,7 @@ const numberBeforeMapInRoute = computed(() => {
|
||||
});
|
||||
|
||||
onBeforeMount(() => {
|
||||
setCurrentGraphId(numberBeforeMapInRoute);
|
||||
setCurrentGraphId(numberBeforeMapInRoute.value);
|
||||
});
|
||||
|
||||
// Data
|
||||
|
||||
Reference in New Issue
Block a user