mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-09 04:31:35 +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
|
||||
}
|
||||
]}
|
||||
style={this.cssVars as any}
|
||||
style={this.cssVars as CSSProperties}
|
||||
>
|
||||
{$slots.cover ? (
|
||||
<div class="n-card-cover">{renderSlot($slots, 'cover')}</div>
|
||||
|
Loading…
Reference in New Issue
Block a user