Props based on route generate hydration missmatch
I want to do something like the above. My issue is that I get a missmatch because confi is empty on server and filled in client.
Is there a way to have it filled also on server?
ToolonBeforeMount(() => columns.value = props?.config?.columns)const config = ref(tools[tool_slug])