mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-12 12:25:22 +08:00
12 lines
178 B
TypeScript
12 lines
178 B
TypeScript
|
export const defaultLang = 'en-US'
|
||
|
|
||
|
export const PREFERRED_LANG_KEY = 'preferred_lang'
|
||
|
|
||
|
export const breakpoints = {
|
||
|
sm: 480,
|
||
|
md: 768,
|
||
|
lg: 960,
|
||
|
xlg: 1280,
|
||
|
xxl: 1440,
|
||
|
}
|