We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want to add support for imba and I'm wondering if there is some documentation around that.
The first thing I'm interested in is working with routes.
{ path: '/', component: HomePage, }
In imba, I can imba.mount <home>, document.getElementById("page") and I'm wondering how that would work. Imba component are custom elements.
imba.mount <home>, document.getElementById("page")
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I want to add support for imba and I'm wondering if there is some documentation around that.
The first thing I'm interested in is working with routes.
In imba, I can
imba.mount <home>, document.getElementById("page")
and I'm wondering how that would work. Imba component are custom elements.The text was updated successfully, but these errors were encountered: