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
The `@jsonforms/vue` package offers JSON Forms Core bindings based on the composition API.
92
-
These bindings handle the props given to the `dispatch-renderer` and use the JSON Forms Core to determine specialized inputs for many use cases like validation and rule-based visibility. This way it´s possible to create custom renderers or entire renderer Sets.
92
+
These bindings handle the props given to the `dispatch-renderer` and use the JSON Forms Core to determine specialized inputs for many use cases like validation and rule-based visibility.
93
+
Using these bindings as a basis it's straightforward to create renderer sets for Vue 3.
Copy file name to clipboardExpand all lines: packages/vue2/vue2/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,8 @@ Vue.use(VueCompositionAPI)
98
98
### Renderer Set
99
99
100
100
The `@jsonforms/vue` package offers JSON Forms Core bindings based on the composition API.
101
-
These bindings handle the props given to the `dispatch-renderer` and use the JSON Forms Core to determine specialized inputs for many use cases like validation and rule-based visibility. This way it´s possible to create custom renderers or entire renderer Sets.
101
+
These bindings handle the props given to the `dispatch-renderer` and use the JSON Forms Core to determine specialized inputs for many use cases like validation and rule-based visibility.
102
+
Using these bindings as a basis it's straightforward to create renderer sets for Vue 2.
0 commit comments