add strangeness range input in LibraryOptions
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
>
|
||||
<template v-slot="{ tags, disabled, addTag, removeTag }">
|
||||
<b-dropdown
|
||||
:text="$t('tags')" size="sm"
|
||||
:text="buttonText" size="sm"
|
||||
variant="outline-secondary" class="d-block rounded-0"
|
||||
>
|
||||
<b-dropdown-item-button
|
||||
@@ -37,7 +37,8 @@ export default {
|
||||
|
||||
props: {
|
||||
value: { type: Array, required: true },
|
||||
options: { type: Array, required: true }
|
||||
options: { type: Array, required: true },
|
||||
buttonText: { type: String, required: true }
|
||||
},
|
||||
|
||||
computed: {
|
||||
|
||||
Reference in New Issue
Block a user