fix: 修复取消固定头部问题 (#75)

* fix: 修复取消固定头部问题

* perf: simplify the layout code
This commit is contained in:
啝裳
2021-10-27 14:40:31 +08:00
committed by GitHub
parent 5a78685ac9
commit 1fa5793ec4
4 changed files with 166 additions and 70 deletions

View File

@@ -45,5 +45,6 @@
"source.fixAll.eslint": true
},
"volar.tsPlugin": true,
"typescript.tsdk": "node_modules/typescript/lib"
"typescript.tsdk": "node_modules/typescript/lib",
"i18n-ally.localesPaths": ["src/plugins/i18n"]
}