I recently came across an example of a webComponent
built using vueJs cli 3
(https://codesandbox.io/s/9j5mllm6lr). However, I have been facing issues with it not functioning as expected when I try to access the link.
While looking for solutions, I found this example on GitHub: https://github.com/leofavre/emoji-slider. I attempted to convert it into a vueJs
component, but unfortunately, I couldn't get it to work. If anyone has any insights or tips on how to integrate it with vueJs
, I would greatly appreciate it.