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 { ### `