Skip to content
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.

nuxt typescript HTMLElement is not defined #294

Open
shadow81627 opened this issue Jul 15, 2021 · 0 comments
Open

nuxt typescript HTMLElement is not defined #294

shadow81627 opened this issue Jul 15, 2021 · 0 comments

Comments

@shadow81627
Copy link

To use this library with Nuxt and typescript I need to add this code into my nuxt.config.js.

global.HTMLElement =
    typeof window === 'undefined' ? Object : window.HTMLElement;
global.SVGElement = typeof window === 'undefined' ? Object : window.SVGElement;

nuxt/nuxt#5622 (comment)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant