Skip to content

Commit

Permalink
Merge pull request #4451 from nextcloud-libraries/fix/vue-select
Browse files Browse the repository at this point in the history
fix(NcSelect): Use named export of VueSelect to prevent issues when imported in ESM projects
  • Loading branch information
susnux committed Aug 23, 2023
2 parents 50b5f2c + c6c9178 commit 51fa1c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NcSelect/NcSelect.vue
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 51fa1c0

Please sign in to comment.