fix typo
This commit is contained in:
parent
18d00757e6
commit
c05b529486
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<ul class="list-unstyled">
|
||||
<li v-for="(value, key, i) in data" v-if="expanded || i < 10">
|
||||
<slot v-bind:k="k" v-bind:v="v">
|
||||
<slot v-bind:k="key" v-bind:v="value">
|
||||
<strong>{{key}}</strong>: {{value}}
|
||||
</slot>
|
||||
</li>
|
||||
|
|
Reference in New Issue