From 0814037765330fbbfdb89173b39e82bb3de1bd44 Mon Sep 17 00:00:00 2001 From: Andrew Funk Date: Wed, 2 Oct 2024 09:10:44 -0600 Subject: [PATCH] Update vue-3.md --- 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..631aa53 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