wobsoriano / vue-clerk

Unofficial Vue + Clerk integration.
https://vue-clerk.com
MIT License
108 stars 8 forks source link

I think OrganizationsList is not imported. https://github.com/wobsoriano/vue-clerk/blob/main/src/index.ts #20

Closed Tigran-Harutyunyan closed 5 months ago

Tigran-Harutyunyan commented 5 months ago
          I think OrganizationsList is not imported. https://github.com/wobsoriano/vue-clerk/blob/main/src/index.ts

updated the package but import is not available. Thank you.

Originally posted by @Tigran-Harutyunyan in https://github.com/wobsoriano/vue-clerk/issues/16#issuecomment-1923604229 Hi Robert. Please don`t forget the import issue of OrganizationList. It is unavailable.

wobsoriano commented 5 months ago

FYI there's a basic implementation of useOrganization

const { isLoaded, organization } = useOrganization()
Tigran-Harutyunyan commented 5 months ago

FYI there's a basic implementation of useOrganization

const { isLoaded, organization } = useOrganization()

Restarted dev. Now OrganizationList is working fine . Thank you!