fix: apply ESLint rule vue/component-name-in-template-casing
This commit is contained in:
@@ -126,7 +126,7 @@ export default {
|
||||
@click="onCloseDropdown"
|
||||
/>
|
||||
</div>
|
||||
<multiselect-dropdown-items
|
||||
<MultiselectDropdownItems
|
||||
v-if="showSearchDropdown"
|
||||
:options="options"
|
||||
:selected-items="[selectedItem]"
|
||||
|
||||
Reference in New Issue
Block a user