Skip to content

Commit

Permalink
refactor: remove unused ref
Browse files Browse the repository at this point in the history
  • Loading branch information
Ernest committed Mar 17, 2022
1 parent 6182984 commit 3a0de25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
:aria-busy="loading"
:aria-disabled="disabled"
>
<div ref="header" class="vue-select-header">
<div class="vue-select-header">
<template
v-if="(multiple && taggable && modelValue.length === 0) || (searchable === false && taggable === false)"
>
Expand Down

0 comments on commit 3a0de25

Please sign in to comment.