This commit is contained in:
2023-07-26 14:07:17 +03:00
parent 288c5cbb7e
commit 6179e53af7
10 changed files with 77 additions and 54 deletions

View File

@@ -79,7 +79,7 @@ const inputHandler = (val: any) => {
@input="inputHandler"
class="input"
>
<slot />
<!-- <slot v-if="$slots.default" name="default" /> -->
</select>
<div v-if="props.error" class="message">{{ props.error }}</div>
</div>