We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3910e57 commit 39edb83Copy full SHA for 39edb83
guides/framework-integration/vue-3.md
@@ -34,9 +34,9 @@ npm install --save-dev @vitejs/plugin-vue
34
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:
35
36
{% tabs %}
37
-{% tab title="src/index.html" %}
+{% tab title="./index.html" %}
38
39
-Replace the contents of `src/index.html` with a `<div>` element with the `#app` id attribute.
+Replace the contents of `./index.html` with a `<div>` element with the `#app` id attribute.
40
41
```html
42
<!DOCTYPE html>
0 commit comments