Skip to content

fix: change log #22

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 15, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/change-log/2018.7.24.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,9 +232,9 @@ module.exports = merge(baseWebpackConfig, {
-}
```

#### src/main.json
#### src/app.json

将原 js 中的 config 迁移到 main.json 文件中
将原 src/main.js 中的 config 迁移到 app.json 文件中(页面 JS 中的配置迁移到 main.json 中)

```js
+{
Expand Down
6 changes: 5 additions & 1 deletion docs/change-log/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Change log

## 2018.8.10

发布 mpvue-loader@1.1.2

## 2018.7.30

### mpvue-loader@1.1.2-rc4
### mpvue-loader@1.1.2-rc5

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

Expand Down