mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-03-01 13:36:55 +08:00
Merge branch 'master' of github.com:07akioni/naive-ui
This commit is contained in:
commit
d680890a80
@ -144,7 +144,7 @@ export default defineComponent({
|
|||||||
'n-card--hoverable': hoverable
|
'n-card--hoverable': hoverable
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
style={this.cssVars as any}
|
style={this.cssVars as CSSProperties}
|
||||||
>
|
>
|
||||||
{$slots.cover ? (
|
{$slots.cover ? (
|
||||||
<div class="n-card-cover">{renderSlot($slots, 'cover')}</div>
|
<div class="n-card-cover">{renderSlot($slots, 'cover')}</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user