We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb8fd3d commit 2da842cCopy full SHA for 2da842c
README.md
@@ -18,7 +18,7 @@ It lets you write Vue Components in Java.
18
19
* **Vue.js** Components with a **Java controller**
20
* Template expressions **type checking** at compile time
21
-* [**Web Components** (Custom Elements)](advanced/custom-elements.md) support
+* [**Web Components** (Custom Elements)](https://axellience.github.io/vue-gwt/advanced/custom-elements.html) support
22
* **HTML templates are compiled** during Java Compilation (only requires Vue.js runtime)
23
* Use **regular Java Objects and Collections** in your templates
24
* Supports [**injection** in Components](https://axellience.github.io/vue-gwt/essential/dependency-injection.html)
0 commit comments