Qute - user tags & quarkus-web-bundler #45246
Unanswered
akil-rails
asked this question in
Q&A
Replies: 2 comments 2 replies
-
/cc @mkouba (qute) |
Beta Was this translation helpful? Give feedback.
0 replies
-
CC @angelozerr |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As per the qute guide, , user defined tags are automatically registered when placed under template/tags, and this works fine.
As per the quarkus-web-bunlder guide, qute components can be placed under src/main/resources/web/components/[name], this also works
The quarkus extension for vs-code however complains for 'missing section helper' when the quarkus-web-bundler guide's conventions are followed (it works when the qute-reference convention is followed) .. Is something to be done to let vscode extension know about these?
Beta Was this translation helpful? Give feedback.
All reactions