mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-05 12:48:04 +08:00
6a290ff85a
* fix: fetching contributors * refactor(build): improve building * fix: building * refactor: build constants * fix: lockfile * ci: remove token * ci: rename * refactor: improve docs constant
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,
|
|
}
|