Skip to content

Commit

Permalink
发布0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
yuri authored and yuri committed Jan 4, 2017
1 parent f917cf9 commit 3a1e6e1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-beauty",
"version": "0.0.8",
"version": "0.0.9",
"description": "Ant Design components built with Vue.js",
"author": "G7:FE-driver",
"main": "package/vue-beauty.min.js",
Expand Down
3 changes: 2 additions & 1 deletion package/vue-beauty.js
Original file line number Diff line number Diff line change
Expand Up @@ -22870,7 +22870,8 @@ return /******/ (function(modules) { // webpackBootstrap
selectTab: function selectTab(index) {
this.activeIndex = index;
this.activeKey = this.tabs[index].key;
this.$broadcast('tabclick', this.activeKey);
this.$broadcast('activeKey', this.activeKey);
this.$emit('tabclick', this.activeKey);
},
before: function before() {
if (this.tab_transform > 0) {
Expand Down
Loading

0 comments on commit 3a1e6e1

Please sign in to comment.