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 d6a3063 commit ed9e833Copy full SHA for ed9e833
docs/.vitepress/config.ts
@@ -29,7 +29,7 @@ export default defineConfig({
29
'/': [
30
{
31
text: 'Getting Started', items: [{
32
- text: 'Introduction',
+ text: 'What is Jwc?',
33
link: '/guide/what-is-jwc',
34
}, {
35
text: 'Quick Start',
docs/components/defining.md
@@ -64,6 +64,10 @@ export class App extends JwcComponent {
64
/* ... */
65
```
66
67
+::: warning
68
+Although you can define a component without using the `@JwcComponent` decorator, it is not recommended. We won't use that in our documentation.
69
+:::
70
+
71
72
## Function Based <Badge text="Not yet implemented" type="danger"/>
73
0 commit comments