From 53d232e4efdfbbf37d0fbf0538d19f65dbffac55 Mon Sep 17 00:00:00 2001 From: zouyaoji <370681295@qq.com> Date: Wed, 13 Oct 2021 09:19:53 +0800 Subject: [PATCH] docs: updated changelog.md --- CHANGELOG.en-US.md | 4 ++-- CHANGELOG.zh-CN.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index bcdd663ab..3a7838571 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -23,8 +23,8 @@ _2021-10-10_ - Making the project more clear via reorganizing the code. Better organizable code. Make the publish bundle more legit and clear. Because that this breaking change mainly impact publish bundle, if you were using the full bundled style file, you will going to change the resource path in your project: ```js ---- import 'vue-cesium/dist/index.css' -+++ import 'vue-cesium/dist/index.css' + --- import 'vue-cesium/lib/theme-default/index.css' + +++ import 'vue-cesium/dist/index.css' ``` #### Bug fixes diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index 4fde3e38b..0e8c1cb08 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -23,8 +23,8 @@ _2021-10-10_ - 通过重新组织代码使项目更加清晰,更好地组织代码,让打包产物更加清晰,由于本次改动最大的影响是对打包产物的重新组织,所以如果你以前是全量引入样式文件的话,你需要更改样式文件所在的地址: ```js ---- import 'vue-cesium/dist/index.css' -+++ import 'vue-cesium/dist/index.css' + --- import 'vue-cesium/lib/theme-default/index.css' + +++ import 'vue-cesium/dist/index.css' ``` #### Bug 修复