File tree 4 files changed +0
-5
lines changed
4 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -896,7 +896,6 @@ export default {
896
896
/**
897
897
* The render function to display the component
898
898
*
899
- * @param {Function} h The function to create VNodes
900
899
* @return {object|undefined} The created VNode
901
900
*/
902
901
render() {
Original file line number Diff line number Diff line change @@ -462,7 +462,6 @@ export default {
462
462
/**
463
463
* The render function to display the component
464
464
*
465
- * @param {Function} h The function to create VNodes
466
465
* @return {object|undefined} The created VNode
467
466
*/
468
467
render() {
Original file line number Diff line number Diff line change @@ -212,7 +212,6 @@ export default {
212
212
/**
213
213
* The render function to display the component
214
214
*
215
- * @param {Function} h The function to create VNodes
216
215
* @return {object} The created VNode
217
216
*/
218
217
render() {
Original file line number Diff line number Diff line change @@ -33,8 +33,6 @@ export default {
33
33
/**
34
34
* The render function to display the component
35
35
*
36
- * @param {Function} h The function to create VNodes
37
- * @param {object} context The context object of the functional component
38
36
* @return {object} The created VNode
39
37
*/
40
38
render() {
You can’t perform that action at this time.
0 commit comments