DEV Community

Discussion on: A better way to use SVGs

Collapse
 
jannikbuscha profile image
Jannik Buscha

can you provide a vue example? i tried the code but i got a IntersectionObserver is not defined error.

Collapse
 
shubhamjain profile image
Shubham Jain

Happy to help! Can you please share the code somewhere (Github, gist, JSFiddle)?

Collapse
 
jannikbuscha profile image
Jannik Buscha
Thread Thread
 
shubhamjain profile image
Shubham Jain

It seems in nuxt.js using external library (like even jQuery) takes some effort. THe easiest way I found was to include it in the head tag (kaloraat.com/articles/how-to-use-j...)

Here's the edited version: codesandbox.io/s/kind-johnson-1dfi...