fixed #155
This commit is contained in:
梁灏 2017-01-03 10:18:03 +08:00
parent ee975cd4b3
commit 420ef34349
3 changed files with 16 additions and 8 deletions

View file

@ -27,9 +27,6 @@
prefixCls: prefixCls,
show: true
};
},
computed: {
},
methods: {
updateNav () {
@ -46,6 +43,9 @@
disabled () {
this.updateNav();
}
},
ready () {
this.updateNav();
}
};
</script>