mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 01:54:48 +00:00
6 lines
199 B
TypeScript
6 lines
199 B
TypeScript
export { useTranslate, initDemoLocale } from './use-translate';
|
|
|
|
/** Generate the CDN URL of assets. */
|
|
export const cdnURL = (path: string) =>
|
|
`https://cdn.jsdelivr.net/npm/@vant/assets/${path}`;
|