Skip to content

Commit

Permalink
docs: updated changelog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zouyaoji committed Oct 13, 2021
1 parent 849bd0b commit 53d232e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 修复
Expand Down

0 comments on commit 53d232e

Please sign in to comment.