diff --git a/.vscode/settings.json b/.vscode/settings.json index a77baa48bd3..87a96104f4e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -138,7 +138,7 @@ "vetur.format.defaultFormatter.ts": "prettier-tslint", "vetur.format.defaultFormatter.js": "prettier", "vetur.languageFeatures.codeActions": false, - "vetur.validation.script": false, + // "vetur.validation.script": false, "vetur.format.defaultFormatterOptions": { "js-beautify-html": { "wrap_attributes": "force-expand-multiline" diff --git a/CHANGELOG.zh_CN.md b/CHANGELOG.zh_CN.md index 57bd0cfd2fc..1ffbe4f7e35 100644 --- a/CHANGELOG.zh_CN.md +++ b/CHANGELOG.zh_CN.md @@ -8,6 +8,7 @@ - 确保 `table action` 的值被正确更新 - 修复页面切换的动画无法关闭 +- 修复`PageWrapper`title 不显示 ## 2.0.3 (2021-03-07) diff --git a/package.json b/package.json index 595d94515e0..d2ba1c5bea9 100644 --- a/package.json +++ b/package.json @@ -112,7 +112,7 @@ "vite-plugin-style-import": "^0.8.1", "vite-plugin-svg-icons": "^0.3.3", "vite-plugin-theme": "^0.4.8", - "vite-plugin-windicss": "0.7.0", + "vite-plugin-windicss": "0.7.1", "vue-eslint-parser": "^7.6.0", "yargs": "^16.2.0" }, diff --git a/src/components/Page/src/PageWrapper.vue b/src/components/Page/src/PageWrapper.vue index 28e4b91f897..c3223a09fa2 100644 --- a/src/components/Page/src/PageWrapper.vue +++ b/src/components/Page/src/PageWrapper.vue @@ -2,9 +2,10 @@