Comparing version 0.0.4 to 0.0.5
@@ -18,3 +18,3 @@ # Mask 遮罩层 Demo | ||
import Mask from 'nuke-mask'; | ||
import BizPage from 'nuke-biz-page'; | ||
import Page from 'nuke-page'; | ||
let App = class NukeDemoIndex extends Component { | ||
@@ -40,4 +40,4 @@ constructor() { | ||
return ( | ||
<BizPage title="Mask"> | ||
<BizPage.Intro main="普通用法"></BizPage.Intro> | ||
<Page title="Mask"> | ||
<Page.Intro main="普通用法"></Page.Intro> | ||
<Button type="primary" onPress={this.showMask}>打开浮层</Button> | ||
@@ -56,3 +56,3 @@ { | ||
} | ||
</BizPage> | ||
</Page> | ||
); | ||
@@ -59,0 +59,0 @@ } |
@@ -18,3 +18,3 @@ # Mask 遮罩层 Demo | ||
import Mask from 'nuke-mask'; | ||
import BizPage from 'nuke-biz-page'; | ||
import Page from 'nuke-page'; | ||
let App = class NukeDemoIndex extends Component { | ||
@@ -40,4 +40,4 @@ constructor() { | ||
return ( | ||
<BizPage title="Mask"> | ||
<BizPage.Intro main="浮层中嵌入 Input"></BizPage.Intro> | ||
<Page title="Mask"> | ||
<Page.Intro main="浮层中嵌入 Input"></Page.Intro> | ||
<Button type="primary" onPress={this.showMask}>打开浮层</Button> | ||
@@ -55,3 +55,3 @@ { | ||
} | ||
</BizPage> | ||
</Page> | ||
); | ||
@@ -58,0 +58,0 @@ } |
# Changelog | ||
## 0.0.5 / 2017-07-10 | ||
* [[c17b601](http://gitlab.alibaba-inc.com/nuke/mask/commit/c17b60175a90efa3b327cf3d7e7db61c1235bc37)] - `fix` fix dependencies | ||
## 0.0.4 / 2017-06-05 | ||
@@ -5,0 +9,0 @@ |
{ | ||
"name": "nuke-mask", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "遮罩层", | ||
@@ -50,3 +50,3 @@ "main": "lib/index", | ||
"devDependencies": { | ||
"nuke-biz-page": "^0.0.7", | ||
"nuke-page": "^0.x.x", | ||
"nuke-button": "^0.x.x", | ||
@@ -53,0 +53,0 @@ "nuke-input": "^0.x.x", |
@@ -9,3 +9,3 @@ | ||
import Mask from 'nuke-mask'; | ||
import BizPage from 'nuke-biz-page'; | ||
import Page from 'nuke-page'; | ||
let App = class NukeDemoIndex extends Component { | ||
@@ -31,4 +31,4 @@ constructor() { | ||
return ( | ||
<BizPage title="Mask"> | ||
<BizPage.Intro main="普通用法"></BizPage.Intro> | ||
<Page title="Mask"> | ||
<Page.Intro main="普通用法"></Page.Intro> | ||
<Button type="primary" onPress={this.showMask}>打开浮层</Button> | ||
@@ -47,3 +47,3 @@ { | ||
} | ||
</BizPage> | ||
</Page> | ||
); | ||
@@ -50,0 +50,0 @@ } |
13569