Skip to content

Commit 39edb83

Browse files
author
lcl4o
authored
Update vue-3.md
edit wrong path
1 parent 3910e57 commit 39edb83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/framework-integration/vue-3.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ npm install --save-dev @vitejs/plugin-vue
3434
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:
3535

3636
{% tabs %}
37-
{% tab title="src/index.html" %}
37+
{% tab title="./index.html" %}
3838

39-
Replace the contents of `src/index.html` with a `<div>` element with the `#app` id attribute.
39+
Replace the contents of `./index.html` with a `<div>` element with the `#app` id attribute.
4040

4141
```html
4242
<!DOCTYPE html>

0 commit comments

Comments
 (0)