From df0740423df98484caa55ab607945263f439d5a0 Mon Sep 17 00:00:00 2001 From: Brynn Date: Mon, 26 Jun 2023 16:21:08 -0700 Subject: [PATCH] docs: remove duplicate defineOptions script setup example removes an old example that used to document using defineOptions without a setup but now says the same thing twice --- src/guide/components/attrs.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/src/guide/components/attrs.md b/src/guide/components/attrs.md index dd805ca5a0..19258a80b9 100644 --- a/src/guide/components/attrs.md +++ b/src/guide/components/attrs.md @@ -79,17 +79,7 @@ If you do **not** want a component to automatically inherit attributes, you can
-If using ` -``` - - Since 3.3 you can also use `defineOptions` directly in `