|
|
|
@ -14,10 +14,10 @@
|
|
|
|
</option>
|
|
|
|
</option>
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
<select @change="handleSelection" v-model="currentWorkingCategory.id">
|
|
|
|
<select @change="handleSelection" v-model="currentWorkingCategory.id">
|
|
|
|
<option v-show="category.instrument === currentWorkingCategory.instrument"
|
|
|
|
<option v-show="category.instrument === currentWorkingCategory.instrument"
|
|
|
|
v-bind:value="category.id"
|
|
|
|
v-bind:value="category.id"
|
|
|
|
v-for="category in props.categories">
|
|
|
|
v-for="category in props.categories">
|
|
|
|
{{category.category}}
|
|
|
|
{{category.category}}
|
|
|
|
</option>
|
|
|
|
</option>
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
|