## Background 使用clientLoader的时候,不知道怎么优雅的获取url上的参数 ## Proposal ``` export function clientLoader({ params }){ const id=params.id; .... } ``` ## Additional context Add any other context or screenshots about the feature request here.