mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-08-13 07:59:46 +08:00
6 lines
202 B
TypeScript
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}`;
|