mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-08 06:16:27 +08:00
去除标签面板切换动画
This commit is contained in:
parent
f606c34eca
commit
0090442101
@ -7,8 +7,7 @@
|
|||||||
left: tabBarWidth,
|
left: tabBarWidth,
|
||||||
}"
|
}"
|
||||||
v-model="currentTag"
|
v-model="currentTag"
|
||||||
transition-prev="jump-down"
|
transition-duration="0"
|
||||||
transition-next="jump-up"
|
|
||||||
>
|
>
|
||||||
<q-tab-panel
|
<q-tab-panel
|
||||||
style="padding: 0"
|
style="padding: 0"
|
||||||
@ -73,7 +72,7 @@ export default {
|
|||||||
components: {
|
components: {
|
||||||
CommandCard,
|
CommandCard,
|
||||||
draggable,
|
draggable,
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
commandManager: useCommandManager(),
|
commandManager: useCommandManager(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user