mirror of
https://github.com/youzan/vant.git
synced 2025-10-22 03:44:48 +00:00
tabs组件支持滑动 (#52)
This commit is contained in:
@@ -32,6 +32,7 @@ const showNextDialog = () => {
|
||||
initInstance();
|
||||
}
|
||||
|
||||
/* istanbul ignore else */
|
||||
if (!instance.value && dialogQueue.length > 0) {
|
||||
currentDialog = dialogQueue.shift();
|
||||
|
||||
|
Reference in New Issue
Block a user