Skip to content

Commit

Permalink
Release 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hubcarl committed Dec 13, 2018
1 parent 437dff9 commit ba397cb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<a name="3.2.0"></a>
# [3.2.0](https://github.com/hubcarl/egg-view-vue-ssr/compare/3.1.3...3.2.0) (2018-12-13)


### Features

* support asset ([816dc8f](https://github.com/hubcarl/egg-view-vue-ssr/commit/816dc8f))
* support asset render ([857fb54](https://github.com/hubcarl/egg-view-vue-ssr/commit/857fb54))



<a name="3.1.3"></a>
## [3.1.3](https://github.com/hubcarl/egg-view-vue-ssr/compare/3.1.2...3.1.3) (2018-09-06)

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,8 @@ exports.asset = function* (ctx) {
};
```

see [config/config.default.js](config/config.default.js) for more detail.
- see [config/config.default.js](config/config.default.js) for more detail.
- see [egg-vue-asset-boilerplate](https://github.com/easy-team/egg-vue-webpack-boilerplate/tree/feature/green/spa) examples

## Questions & Suggestions

Expand Down

0 comments on commit ba397cb

Please sign in to comment.