We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a13b57e commit 3b9b687Copy full SHA for 3b9b687
packages/vue/src/drawer/src/pc.vue
@@ -98,7 +98,7 @@
98
<slot-wrapper v-if="customSlots?.footer" :node="customSlots.footer"></slot-wrapper>
99
100
<template v-else>
101
- <tiny-button plain class="tiny-drawer__cancel-btn" @click="handleClose('cancel')">{{
+ <tiny-button class="tiny-drawer__cancel-btn" @click="handleClose('cancel')">{{
102
t('ui.button.cancel')
103
}}</tiny-button>
104
<tiny-button type="primary" class="tiny-drawer__confirm-btn" @click="handleClose('confirm')">{{
0 commit comments