Skip to content

Commit 18ac715

Browse files
committed
bump v2.1.0-rc.49
1 parent cdd2318 commit 18ac715

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/zh-CN/vux-loader.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ import { Group, Cell } from 'vux'
399399
{
400400
name: 'style-parser',
401401
fn: function (source) {
402-
return "@import '../styles/variable.less'\n" + source
402+
return "@import '../styles/variable.less'\n" + source // 你可以根据this.resourcePath 来确定是否要引入以及引入的相对路径
403403
}
404404
}
405405
```

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vux",
3-
"version": "2.1.0-rc.48",
3+
"version": "2.1.0-rc.49",
44
"main": "index.js",
55
"description": "Mobile web UI based on Vue and WeUI",
66
"keywords": [
@@ -134,7 +134,7 @@
134134
"vuex": "^2.1.1",
135135
"vuex-i18n": "^1.3.1",
136136
"vuex-router-sync": "^4.1.1",
137-
"vux-loader": "^1.0.35",
137+
"vux-loader": "^1.0.36",
138138
"webpack": "^2.2.1",
139139
"webpack-bundle-analyzer": "^2.2.1",
140140
"webpack-dev-middleware": "^1.10.0",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5956,9 +5956,9 @@ vux-blazy@^1.6.4:
59565956
version "1.6.4"
59575957
resolved "http://registry.npm.taobao.org/vux-blazy/download/vux-blazy-1.6.4.tgz#e33073d902e0a3844ef1a463cce3ca2e0aab47bf"
59585958

5959-
vux-loader@^1.0.35:
5960-
version "1.0.35"
5961-
resolved "http://registry.npm.taobao.org/vux-loader/download/vux-loader-1.0.35.tgz#29b15347b5e3a2d972ad27fef2265a807d222129"
5959+
vux-loader@^1.0.36:
5960+
version "1.0.36"
5961+
resolved "https://registry.yarnpkg.com/vux-loader/-/vux-loader-1.0.36.tgz#6db156187fd686a719ce990559466e4fa081c7fe"
59625962
dependencies:
59635963
compare-versions "^3.0.0"
59645964
cssnano "^3.7.4"

0 commit comments

Comments
 (0)