From adc156e45bf02dd0dddb0c6675950142cbebf255 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nacho=20Codo=C3=B1er?= Date: Mon, 19 Jan 2026 14:25:06 +0100 Subject: [PATCH] update Vue tutorial references and adopt Rspack bundler --- v3-docs/docs/tutorials/vue/meteorjs3-vue3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v3-docs/docs/tutorials/vue/meteorjs3-vue3.md b/v3-docs/docs/tutorials/vue/meteorjs3-vue3.md index 10fd072499..a137679acf 100644 --- a/v3-docs/docs/tutorials/vue/meteorjs3-vue3.md +++ b/v3-docs/docs/tutorials/vue/meteorjs3-vue3.md @@ -58,7 +58,7 @@ To run your app, use: meteor npm run start ``` -Your Vue code will be located in the `imports/ui directory`, with `App.vue` as the root component of your app. +Your Vue code will be located in the `imports/ui` directory, with `App.vue` as the root component of your app. Take a moment to explore the files created by Meteor. You don’t have to understand everything right away, but it helps to know where they are.