From 52895b9149f5ba545cea3e7d3b6d8e6c1b8be7c5 Mon Sep 17 00:00:00 2001 From: Valentyne Stigloher Date: Mon, 29 Apr 2024 19:00:28 +0200 Subject: [PATCH] (vue) import h() instead of using it as parameter https://v3-migration.vuejs.org/breaking-changes/render-function-api.html --- components/LinkedText.vue | 17 +++++++++-------- components/Spelling.vue | 6 +++--- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/components/LinkedText.vue b/components/LinkedText.vue index 487c23031..e4cee2ae7 100644 --- a/components/LinkedText.vue +++ b/components/LinkedText.vue @@ -1,5 +1,6 @@