mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Use self-closing slot tags everywhere (#7717)
This commit is contained in:
committed by
GitHub
parent
4bde1d7455
commit
353e4f06c7
@@ -5,7 +5,7 @@
|
||||
<span v-else>{{ value }}</span>
|
||||
</span>
|
||||
|
||||
<slot></slot>
|
||||
<slot />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="v-list-item-content">
|
||||
<slot></slot>
|
||||
<slot />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="v-list-item-icon" :class="{ center }">
|
||||
<slot></slot>
|
||||
<slot />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
transform="translate(2.5 2.5)"
|
||||
/>
|
||||
</svg>
|
||||
<slot></slot>
|
||||
<slot />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user