Skip to content

Commit 24872ad

Browse files
committed
fix: change log
1 parent 92abb47 commit 24872ad

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

docs/change-log/2018.7.24.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,9 +232,9 @@ module.exports = merge(baseWebpackConfig, {
232232
-}
233233
```
234234
235-
#### src/main.json
235+
#### src/app.json
236236
237-
将原 js 中的 config 迁移到 main.json 文件中
237+
将原 src/main.js 中的 config 迁移到 app.json 文件中(页面 JS 中的配置迁移到 main.json 中)
238238
239239
```js
240240
+{

docs/change-log/index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Change log
22

3+
## 2018.8.10
4+
5+
发布 mpvue-loader@1.1.2
6+
37
## 2018.7.30
48

5-
### mpvue-loader@1.1.2-rc4
9+
### mpvue-loader@1.1.2-rc5
610

711
* 修复 slot 文件路径生成错误的问题
812

0 commit comments

Comments
 (0)