mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-11-02 16:57:09 +08:00
refactor: 调整 eslint.config.js,优化代码格式
This commit is contained in:
@@ -12,7 +12,7 @@ export function useBreakpoint() {
|
||||
md: 768, // >=768
|
||||
lg: 992, // >=992
|
||||
xl: 1200, // >=1200
|
||||
xxl: 1600 // >=1600
|
||||
xxl: 1600, // >=1600
|
||||
})
|
||||
|
||||
const arr = breakpoints.current() as ComputedRef<Breakpoint[]>
|
||||
|
||||
Reference in New Issue
Block a user