mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-18 12:34:25 +08:00
remove default tittle of IputKeyValuePairs
This commit is contained in:
parent
f8bd9dcde5
commit
8976f823d7
@ -5,7 +5,10 @@
|
||||
:key="index"
|
||||
class="n-input-key-value__item"
|
||||
>
|
||||
<p class="n-input-key-value__item--title">
|
||||
<p
|
||||
v-if="title"
|
||||
class="n-input-key-value__item--title"
|
||||
>
|
||||
{{ title }}
|
||||
</p>
|
||||
<div class="n-input-key-value__item--container">
|
||||
@ -76,7 +79,7 @@ export default {
|
||||
},
|
||||
title: {
|
||||
type: String,
|
||||
default: 'Label'
|
||||
default: ''
|
||||
},
|
||||
placeholderKey: {
|
||||
type: String,
|
||||
|
Loading…
Reference in New Issue
Block a user