From e082cce53be3c918af24b8f1800dac6669ea0921 Mon Sep 17 00:00:00 2001 From: skirtle <65301168+skirtles-code@users.noreply.github.com> Date: Mon, 14 Feb 2022 17:54:40 +0000 Subject: [PATCH] Migrate changes from master to main --- src/api/built-in-special-attributes.md | 2 +- src/api/sfc-spec.md | 2 +- src/ecosystem/themes/themes.json | 4 ++-- src/guide/essentials/forms.md | 4 +++- src/guide/extras/web-components.md | 4 ++-- src/guide/scaling-up/sfc.md | 2 +- src/guide/scaling-up/tooling.md | 2 ++ src/guide/typescript/overview.md | 2 +- src/style-guide/rules-use-with-caution.md | 2 +- 9 files changed, 14 insertions(+), 10 deletions(-) diff --git a/src/api/built-in-special-attributes.md b/src/api/built-in-special-attributes.md index 7863ac5276..aa03745105 100644 --- a/src/api/built-in-special-attributes.md +++ b/src/api/built-in-special-attributes.md @@ -4,7 +4,7 @@ The `key` special attribute is primarily used as a hint for Vue's virtual DOM algorithm to identify vnodes when diffing the new list of nodes against the old list. -- **Expects:** `number | string` +- **Expects:** `number | string | symbol` - **Details** diff --git a/src/api/sfc-spec.md b/src/api/sfc-spec.md index a9990719a9..5747228c28 100644 --- a/src/api/sfc-spec.md +++ b/src/api/sfc-spec.md @@ -36,7 +36,7 @@ export default { ### `