From ca586bf91fd7efb9d8788f376579a7f0bab3f4fe Mon Sep 17 00:00:00 2001 From: skirtle <65301168+skirtles-code@users.noreply.github.com> Date: Mon, 21 Sep 2020 06:29:57 +0100 Subject: [PATCH] fix: remove the restriction for name, which no longer applies --- src/api/options-misc.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/api/options-misc.md b/src/api/options-misc.md index 55cd1e415e..db81563e45 100644 --- a/src/api/options-misc.md +++ b/src/api/options-misc.md @@ -4,8 +4,6 @@ - **Type:** `string` -- **Restriction:** only respected when used as a component option. - - **Details:** Allow the component to recursively invoke itself in its template. Note that when a component is registered globally with `Vue.createApp({}).component({})`, the global ID is automatically set as its name.