Skip to content

Commit

Permalink
build v1.6.1-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
smallweis committed Mar 6, 2019
1 parent 347c5ae commit 28df858
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 5 deletions.
6 changes: 6 additions & 0 deletions examples/docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
## 更新日志
### 1.6.1-alpha.1
#### 2019-3-6

- 修复表格组件select多级联动的回显问题[#ISHMA](https://gitee.com/smallweigit/avue/issues/ISHMA)


### 1.6.0
#### 2019-2-27

Expand Down
4 changes: 2 additions & 2 deletions examples/docs/form.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ export default {
}
}
},
created(){
mounted(){
this.obj.username = 'smallwei'
this.obj.switch = 0;
this.obj.phone='17547400800';
Expand Down Expand Up @@ -474,7 +474,7 @@ export default {
}
}
},
created(){
mounted(){
this.obj.username = 'smallwei'
this.obj.switch = 0;
this.obj.phone='17547400800';
Expand Down
24 changes: 23 additions & 1 deletion examples/index.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,28 @@
s.parentNode.insertBefore(hm, s);
})();
</script>

<script>
var _hmt = _hmt || [];
(function () {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?3d99d2dd075cd2eaf15231a39b6b8af7";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<script type='text/javascript'>
(function (m, ei, q, i, a, j, s) {
m[i] = m[i] || function () {
(m[i].a = m[i].a || []).push(arguments)
};
j = ei.createElement(q),
s = ei.getElementsByTagName(q)[0];
j.async = true;
j.charset = 'UTF-8';
j.src = 'https://static.meiqia.com/dist/meiqia.js?_=t';
s.parentNode.insertBefore(j, s);
})(window, document, 'script', '_MEIQIA');
_MEIQIA('entId', 142235);
</script>
</body>
</html>
2 changes: 1 addition & 1 deletion lib/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smallwei/avue",
"version": "1.6.0",
"version": "1.6.1-alpha.1",
"main": "lib/index.js",
"description": "基于数据驱动视图的思想,根据json数据快速构建crud和form等组件",
"author": "smallwei <1634566606@qq.com>",
Expand Down
1 change: 1 addition & 0 deletions packages/crud/src/main.vue
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,7 @@
@close="closeDialog">
<div :class="b('dialog', ['overflow'])">
<avue-form v-model="tableForm"
v-if="boxVisible"
ref="tableForm"
:disabled="keyBtn"
:uploadBefore="uploadBefore"
Expand Down

0 comments on commit 28df858

Please sign in to comment.