Skip to content

Commit

Permalink
fix(NcSelect): Use named export of VueSelect to prevent issues when i…
Browse files Browse the repository at this point in the history
…mported in ESM projects

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux committed Aug 23, 2023
1 parent 64240ea commit c6c9178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NcSelect/NcSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ export default {
</template>

<script>
import VueSelect from '@nextcloud/vue-select'
import { VueSelect } from '@nextcloud/vue-select'
import '@nextcloud/vue-select/dist/vue-select.css'
import {
autoUpdate,
Expand Down

0 comments on commit c6c9178

Please sign in to comment.