Skip to content

Instantly share code, notes, and snippets.

View bezborodow's full-sized avatar

Damien Bezborodov bezborodow

  • Adelaide, South Australia
  • 17:31 (UTC +10:30)
View GitHub Profile
<template>
<select ref="select">
<option v-if="!this.value"></option>
</select>
</template>
<script>
export default {
props: ['options', 'url', 'placeholder', 'allow_clear', 'label', 'value'],