Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ChoiceList is not work with component library mode #402

Closed
nguyenvanduocit opened this issue Sep 10, 2024 · 2 comments
Closed

ChoiceList is not work with component library mode #402

nguyenvanduocit opened this issue Sep 10, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@nguyenvanduocit
Copy link

When import ChoiceList as a component like the example bellow:

<script lang="ts" setup>
import { ChoiceList } from '@ownego/polaris-vue'
</script>

<template>
<ChoiceList>...</ChoiceList>
</template>

nothing happen.

But it work when use as a plugin.

Can you pls take sometime on this?

@blacklen
Copy link
Collaborator

Hi, this issue has been resolved in version v2.1.11

@nguyenvanduocit
Copy link
Author

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants