Мелкая поправка
This commit is contained in:
@@ -172,7 +172,7 @@ selectedTabOld = null;//todo: remove
|
|||||||
this.$watch(
|
this.$watch(
|
||||||
'$refs.tabs.scrollable',
|
'$refs.tabs.scrollable',
|
||||||
(newValue) => {
|
(newValue) => {
|
||||||
this.tabsScrollable = newValue;
|
this.tabsScrollable = newValue && !this.$isMobileDevice;
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user