Skip to content

Instantly share code, notes, and snippets.

<template>
<select ref="select">
<option v-if="!this.value"></option>
</select>
</template>
<script>
export default {
props: ['options', 'url', 'placeholder', 'allow_clear', 'label', 'value'],