Skip to content

useRoute

获取当前页路由信息。

typescript
import { useRoute } from '@uni-helper/uni-use';

const route = useRoute();

Released under the MIT License.