Skip to content

bug: Vue3 and typscript are not fully supported #877

@9ssi7

Description

@9ssi7

I am developing a project with vue3, typescript and vite. vue-recaptcha has no type declaration suitable for vue3.

I am getting a vite build error due to the code here. When I remove the extends Vue syntax, the problem goes away.

This is because vue does not support class component with version 3 and we cannot copy the class prototype with the extend keyword.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions