mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-07-01 05:23:54 +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-btn flat label="确定" color="primary" v-close-popup />
|
||||||
</q-card-actions>
|
</q-card-actions>
|
||||||
</q-card>
|
</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>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user