parent
ee975cd4b3
commit
420ef34349
3 changed files with 16 additions and 8 deletions
|
@ -27,9 +27,6 @@
|
|||
prefixCls: prefixCls,
|
||||
show: true
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
|
||||
},
|
||||
methods: {
|
||||
updateNav () {
|
||||
|
@ -46,6 +43,9 @@
|
|||
disabled () {
|
||||
this.updateNav();
|
||||
}
|
||||
},
|
||||
ready () {
|
||||
this.updateNav();
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
|
|
@ -202,9 +202,6 @@
|
|||
this.updateNav();
|
||||
}
|
||||
},
|
||||
compiled () {
|
||||
this.updateNav();
|
||||
},
|
||||
watch: {
|
||||
activeKey () {
|
||||
this.updateBar();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue