You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 24, 2019. It is now read-only.
My goal is to have it working with Vuejs (or more specifically with Nuxt Framework) but I am having issues when including it as a cdn which causes
window.addEventListener('DOMContentLoaded', ...) to not correctly load and nothing works when I click anything in the example. When removing it and hot reloading the page it works until next hard reload. I am guessing npm package with support with import iono from "iono" and then newing up in the Vue instance would solve the issue?