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
Copy file name to clipboardExpand all lines: static/api/vue/vue-vanilla/index.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -151,14 +151,14 @@ <h3>Quick start</h3>
151
151
</code></pre>
152
152
<p>By default the Vanilla Renderers don't apply any CSS at all.
153
153
For a quick start you can use <code>@jsonforms/vue-vanilla/vanilla.css</code>.</p>
154
-
<p>For more information on how JSON Forms can be configured, please see the <ahref="../vue/README.md">README of <code>@jsonforms/vue</code></a>.</p>
154
+
<p>For more information on how JSON Forms can be configured, please see the <ahref="https://github.com/eclipsesource/jsonforms/blob/master/packages/vue/vue/README.md">README of <code>@jsonforms/vue</code></a>.</p>
<p>Each rendered HTML element specifies a CSS class which can be used to style it.
159
159
This process can also be customized so that each element declares user-specified CSS classes.
160
160
Therefore JSON Forms Vue Vanilla can be integrated with any CSS-only UI framework quite easily.</p>
161
-
<p>You can find the default CSS classes in `<ahref="src/styles/defaultStyles.ts">defaultStyles.ts</a>.</p>
161
+
<p>You can find the default CSS classes in <ahref="https://github.com/eclipsesource/jsonforms/blob/master/packages/vue/vue-vanilla/src/styles/defaultStyles.ts">defaultStyles.ts</a>.</p>
162
162
<p>To render your own classes simply <code>provide</code> them as <code>styles</code>.
163
163
These <code>styles</code> replace the <code>defaultStyles</code>.
164
164
If you want to fall back to <code>defaultStyles</code> or combine them with your own classes you'll need to do so programmatically, e.g.:</p>
<p>This is the JSON Forms Vue 2 Vanilla renderers package which provides a HTML5-based renderer set for <ahref="https://github.com/eclipsesource/jsonforms/blob/master/packages/vue2">JSON Forms Vue 2</a>.</p>
75
+
<p>This is the JSON Forms Vue 2 Vanilla renderers package which provides a HTML5-based renderer set for <ahref="https://github.com/eclipsesource/jsonforms/blob/369370aed5060bd87440ffe008c9c26c2e0063d2/packages/vue2/vue2">JSON Forms Vue 2</a>.</p>
<p>By default the Vanilla Renderers don't apply any CSS at all.
189
189
For a quick start you can use <code>@jsonforms/vue-vanilla/vanilla.css</code>.</p>
190
-
<p>For more information on how JSON Forms can be configured, please see the <ahref="../vue2/README.md">README of <code>@jsonforms/vue2</code></a>.</p>
190
+
<p>For more information on how JSON Forms can be configured, please see the <ahref="https://github.com/eclipsesource/jsonforms/blob/369370aed5060bd87440ffe008c9c26c2e0063d2/packages/vue2/vue2/README.md">README of <code>@jsonforms/vue2</code></a>.</p>
<p>Each rendered HTML element specifies a CSS class which can be used to style it.
195
195
This process can also be customized so that each element declares user-specified CSS classes.
196
196
Therefore JSON Forms Vue Vanilla can be integrated with any CSS-only UI framework quite easily.</p>
197
-
<p>You can find the default CSS classes in `<ahref="src/styles/defaultStyles.ts">defaultStyles.ts</a>.</p>
197
+
<p>You can find the default CSS classes in <ahref="https://github.com/eclipsesource/jsonforms/blob/369370aed5060bd87440ffe008c9c26c2e0063d2/packages/vue/vue-vanilla/src/styles/defaultStyles.ts">defaultStyles.ts</a>.</p>
198
198
<p>To render your own classes simply <code>provide</code> them as <code>styles</code>.
199
199
These <code>styles</code> replace the <code>defaultStyles</code>.
200
200
If you want to fall back to <code>defaultStyles</code> or combine them with your own classes you'll need to do so programmatically, e.g.:</p>
0 commit comments