From 39edb8376ce7585dd7d7a51bef02512bac01ee6a Mon Sep 17 00:00:00 2001 From: lcl4o <185280123+lcl4o@users.noreply.github.com> Date: Wed, 30 Oct 2024 21:22:38 +0100 Subject: [PATCH] Update vue-3.md edit wrong path --- guides/framework-integration/vue-3.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guides/framework-integration/vue-3.md b/guides/framework-integration/vue-3.md index 027c95b..430d949 100644 --- a/guides/framework-integration/vue-3.md +++ b/guides/framework-integration/vue-3.md @@ -34,9 +34,9 @@ npm install --save-dev @vitejs/plugin-vue You should now be able to start using Vue components in your Electron app. The following is a very minimal example of how to start to add Vue 3 code: {% tabs %} -{% tab title="src/index.html" %} +{% tab title="./index.html" %} -Replace the contents of `src/index.html` with a `
` element with the `#app` id attribute. +Replace the contents of `./index.html` with a `
` element with the `#app` id attribute. ```html