From b929be369650c8f1ce8896f5660b49fb7c1072d9 Mon Sep 17 00:00:00 2001
From: Treigh Mawaka <92684310+treighmawaka@users.noreply.github.com>
Date: Sun, 28 Jan 2024 12:20:40 +0100
Subject: [PATCH] docs(vue): streamline usage example with script setup syntax
---
static/usage/v7/searchbar/basic/vue.md | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/static/usage/v7/searchbar/basic/vue.md b/static/usage/v7/searchbar/basic/vue.md
index f50a9cb5a5f..ecf7ef4f252 100644
--- a/static/usage/v7/searchbar/basic/vue.md
+++ b/static/usage/v7/searchbar/basic/vue.md
@@ -7,12 +7,7 @@
-
```