Skip to content

Commit

Permalink
bump v2.1.0-rc.49
Browse files Browse the repository at this point in the history
  • Loading branch information
airyland committed Feb 15, 2017
1 parent cdd2318 commit 18ac715
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/zh-CN/vux-loader.md
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ import { Group, Cell } from 'vux'
{
name: 'style-parser',
fn: function (source) {
return "@import '../styles/variable.less'\n" + source
return "@import '../styles/variable.less'\n" + source // 你可以根据this.resourcePath 来确定是否要引入以及引入的相对路径
}
}
```
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vux",
"version": "2.1.0-rc.48",
"version": "2.1.0-rc.49",
"main": "index.js",
"description": "Mobile web UI based on Vue and WeUI",
"keywords": [
Expand Down Expand Up @@ -134,7 +134,7 @@
"vuex": "^2.1.1",
"vuex-i18n": "^1.3.1",
"vuex-router-sync": "^4.1.1",
"vux-loader": "^1.0.35",
"vux-loader": "^1.0.36",
"webpack": "^2.2.1",
"webpack-bundle-analyzer": "^2.2.1",
"webpack-dev-middleware": "^1.10.0",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5956,9 +5956,9 @@ vux-blazy@^1.6.4:
version "1.6.4"
resolved "http://registry.npm.taobao.org/vux-blazy/download/vux-blazy-1.6.4.tgz#e33073d902e0a3844ef1a463cce3ca2e0aab47bf"

vux-loader@^1.0.35:
version "1.0.35"
resolved "http://registry.npm.taobao.org/vux-loader/download/vux-loader-1.0.35.tgz#29b15347b5e3a2d972ad27fef2265a807d222129"
vux-loader@^1.0.36:
version "1.0.36"
resolved "https://registry.yarnpkg.com/vux-loader/-/vux-loader-1.0.36.tgz#6db156187fd686a719ce990559466e4fa081c7fe"
dependencies:
compare-versions "^3.0.0"
cssnano "^3.7.4"
Expand Down

0 comments on commit 18ac715

Please sign in to comment.