mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-30 21:13:02 +08:00
修改更多插件对话框动画
This commit is contained in:
parent
e0724db569
commit
93c43b4772
@ -32,7 +32,13 @@
|
||||
<q-btn flat label="确定" color="primary" v-close-popup />
|
||||
</q-card-actions>
|
||||
</q-card>
|
||||
<q-dialog v-model="showMore"> <MorePlugins /></q-dialog>
|
||||
<q-dialog
|
||||
transition-show="fade"
|
||||
transition-hide="fade"
|
||||
v-model="showMore"
|
||||
>
|
||||
<MorePlugins
|
||||
/></q-dialog>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user