From 475a0f89c0bc3df42cbceb312801453dc1083a4f Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 00:24:00 +0000 Subject: [PATCH] ci(language-service): update html data --- packages/language-service/data/template/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/language-service/data/template/en.json b/packages/language-service/data/template/en.json index d8e84673d8..8cb175029d 100644 --- a/packages/language-service/data/template/en.json +++ b/packages/language-service/data/template/en.json @@ -1156,7 +1156,7 @@ "name": "v-once", "description": { "kind": "markdown", - "value": "\nRender the element and component once only, and skip future updates.\n\n- **Does not expect expression**\n\n- **Details**\n\n On subsequent re-renders, the element/component and all its children will be treated as static content and skipped. This can be used to optimize update performance.\n\n ```html\n \n This will never change: {{msg}}\n \n
\n

comment

\n

{{msg}}

\n
\n \n \n \n \n ```\n\n Since 3.2, you can also memoize part of the template with invalidation conditions using [`v-memo`](#v-memo).\n\n- **See also**\n - [Data Binding Syntax - interpolations](https://vuejs.org/guide/essentials/template-syntax.html#text-interpolation)\n - [v-memo](#v-memo)\n" + "value": "\nRender the element and component once only, and skip future updates.\n\n- **Does not expect expression**\n\n- **Details**\n\n On subsequent re-renders, the element/component and all its children will be treated as static content and skipped. This can be used to optimize update performance.\n\n ```html\n \n This will never change: {{msg}}\n \n
\n

Comment

\n

{{msg}}

\n
\n \n \n \n \n ```\n\n Since 3.2, you can also memoize part of the template with invalidation conditions using [`v-memo`](#v-memo).\n\n- **See also**\n - [Data Binding Syntax - interpolations](https://vuejs.org/guide/essentials/template-syntax.html#text-interpolation)\n - [v-memo](#v-memo)\n" }, "references": [ {