@@ -8176,7 +8192,7 @@ exports[`Templates Vue InstantSearch File content: public/index.html 1`] = `
Do not use @7 in production, use a complete version like x.x.x, see website for latest version:
https://www.algolia.com/doc/guides/building-search-ui/installation/react/#load-the-style
-->
-
+
vue-instantsearch-app
@@ -8208,12 +8224,18 @@ exports[`Templates Vue InstantSearch File content: src/App.vue 1`] = `
+
-
-
-
+
+ facet1
+
+
+
+ facet2
+
+
@@ -8443,7 +8465,7 @@ exports[`Templates Vue InstantSearch with Vue 3 File content: index.html 1`] = `
Do not use @7 in production, use a complete version like x.x.x, see website for latest version:
https://www.algolia.com/doc/guides/building-search-ui/installation/react/#load-the-style
-->
-
+
vue-instantsearch-app
@@ -8487,11 +8509,18 @@ exports[`Templates Vue InstantSearch with Vue 3 File content: src/App.vue 1`] =
diff --git a/src/templates/Vue InstantSearch with Vue 3/index.html b/src/templates/Vue InstantSearch with Vue 3/index.html
index 24a0d477d..bd11cfdc8 100644
--- a/src/templates/Vue InstantSearch with Vue 3/index.html
+++ b/src/templates/Vue InstantSearch with Vue 3/index.html
@@ -9,7 +9,7 @@
Do not use @7 in production, use a complete version like x.x.x, see website for latest version:
https://www.algolia.com/doc/guides/building-search-ui/installation/react/#load-the-style
-->
-
+
{{name}}
diff --git a/src/templates/Vue InstantSearch with Vue 3/src/App.vue b/src/templates/Vue InstantSearch with Vue 3/src/App.vue
index f0a1d94e0..3aeca314d 100644
--- a/src/templates/Vue InstantSearch with Vue 3/src/App.vue
+++ b/src/templates/Vue InstantSearch with Vue 3/src/App.vue
@@ -17,17 +17,24 @@
:search-client="searchClient"
index-name="{{indexName}}"
>
+
diff --git a/src/templates/Vue InstantSearch/public/index.html b/src/templates/Vue InstantSearch/public/index.html
index ec6630c54..7a05d9758 100644
--- a/src/templates/Vue InstantSearch/public/index.html
+++ b/src/templates/Vue InstantSearch/public/index.html
@@ -9,7 +9,7 @@
Do not use @7 in production, use a complete version like x.x.x, see website for latest version:
https://www.algolia.com/doc/guides/building-search-ui/installation/react/#load-the-style
-->
-
+
{{name}}
diff --git a/src/templates/Vue InstantSearch/src/App.vue b/src/templates/Vue InstantSearch/src/App.vue
index 2086dee52..e53808d0c 100644
--- a/src/templates/Vue InstantSearch/src/App.vue
+++ b/src/templates/Vue InstantSearch/src/App.vue
@@ -15,19 +15,28 @@