refactor: 添加移动端适配和路由中间件

This commit is contained in:
wangqiao
2025-09-01 09:57:10 +08:00
parent 80a48e1e71
commit 7a8f096513
8 changed files with 85 additions and 11 deletions

2
types/global.d.ts vendored
View File

@ -42,3 +42,5 @@ declare module '@wangeditor/editor-for-vue' {
export const Editor: DefineComponent<any, any, any>
export const Toolbar: DefineComponent<any, any, any>
}
declare module 'postcss-px-to-viewport'