diff --git a/src/components/NcActions/NcActions.vue b/src/components/NcActions/NcActions.vue index 6ecb5b25d9..c2bf4a94a6 100644 --- a/src/components/NcActions/NcActions.vue +++ b/src/components/NcActions/NcActions.vue @@ -896,7 +896,6 @@ export default { /** * The render function to display the component * - * @param {Function} h The function to create VNodes * @return {object|undefined} The created VNode */ render() { diff --git a/src/components/NcBreadcrumbs/NcBreadcrumbs.vue b/src/components/NcBreadcrumbs/NcBreadcrumbs.vue index 77d2a86508..fbbc34b29a 100644 --- a/src/components/NcBreadcrumbs/NcBreadcrumbs.vue +++ b/src/components/NcBreadcrumbs/NcBreadcrumbs.vue @@ -462,7 +462,6 @@ export default { /** * The render function to display the component * - * @param {Function} h The function to create VNodes * @return {object|undefined} The created VNode */ render() { diff --git a/src/components/NcHighlight/NcHighlight.vue b/src/components/NcHighlight/NcHighlight.vue index e70b577b33..319249b05f 100644 --- a/src/components/NcHighlight/NcHighlight.vue +++ b/src/components/NcHighlight/NcHighlight.vue @@ -212,7 +212,6 @@ export default { /** * The render function to display the component * - * @param {Function} h The function to create VNodes * @return {object} The created VNode */ render() { diff --git a/src/components/NcVNodes/NcVNodes.vue b/src/components/NcVNodes/NcVNodes.vue index 81be194dac..fa23c007f8 100644 --- a/src/components/NcVNodes/NcVNodes.vue +++ b/src/components/NcVNodes/NcVNodes.vue @@ -33,8 +33,6 @@ export default { /** * The render function to display the component * - * @param {Function} h The function to create VNodes - * @param {object} context The context object of the functional component * @return {object} The created VNode */ render() {