UNPKG

press-ui

Version:

简单、易用的跨端组件库,兼容 Vue2 和 Vue3,同时支持 uni-app和普通 Vue 项目

5 lines (4 loc) 298 B
export function getCurUrl(): string; export function refreshCurrentPage(isRedirect?: boolean): void; export function queryString(options: Record<string, string | number>, needEncode?: boolean): string; export function routeChangePath(url: string, options: Record<string, string | number>): string;