fix: issue of contextmenu in TabsView component; 🐛

修复:TabsView 组件右键菜单的bug;
This commit is contained in:
iczer
2020-07-10 19:09:41 +08:00
parent 1f26734a13
commit 107e08c08e
3 changed files with 17 additions and 13 deletions

View File

@@ -4,8 +4,9 @@ module.exports = {
color: '#13c2c2',
mode: 'night'
},
multiPage: true,
animate: {
name: 'zoom',
direction: 'left'
name: 'roll',
direction: 'default'
}
}