Skip to content

Commit

Permalink
release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zuoyanart committed Jul 20, 2019
1 parent c17fd5b commit 7a6a82f
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 25 deletions.
16 changes: 7 additions & 9 deletions lib/vue-layer.common.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/vue-layer.common.js.map

Large diffs are not rendered by default.

16 changes: 7 additions & 9 deletions lib/vue-layer.umd.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/vue-layer.umd.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/vue-layer.umd.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/vue-layer.umd.min.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-layer",
"version": "1.0.1",
"version": "1.0.2",
"description": "vue layer component",
"private": false,
"scripts": {
Expand Down Expand Up @@ -65,4 +65,4 @@
"bugs": {
"url": "https://github.com/zuoyanart/vue-layer/issues"
}
}
}
1 change: 0 additions & 1 deletion packages/layer/src/iframe.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ export default {
await helper.sleep(10);
let propsData = helper.deepClone(this.options.content.data) || {};
propsData["layerid"] = this.options.id;
propsData["layerData"] = this.options.content.data; //原始的值,可以直接被修改,用来同步数据
let instance = new this.options.content.content({
//具体参数信息,请参考vue源码
parent: this.options.content.parent,
Expand Down

0 comments on commit 7a6a82f

Please sign in to comment.