2022-05-28 09:26:28 +08:00

6 lines
202 B
TypeScript

export { useTranslate, initDemoLocale } from './use-translate';
/** Generate the CDN URL of assets. */
export const cdnURL = (path: string) =>
`https://fastly.jsdelivr.net/npm/@vant/assets/${path}`;