Skip to content

Commit

Permalink
Update vue-3.md
Browse files Browse the repository at this point in the history
  • Loading branch information
erickzhao authored Oct 20, 2023
1 parent ef250c4 commit 0ff01f2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions guides/framework-integration/vue-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
description: How to create an Electron app with Vue and Electron Forge
---

# Vue
# Vue 3

Vue can be added to Electron Forge's Vite template with a few setup steps.
Vue 3 can be added to Electron Forge's Vite template with a few setup steps.

{% hint style="info" %}

Expand Down Expand Up @@ -58,14 +58,14 @@ npm install --save-dev @vitejs/plugin-vue
{% endtab %}
{% endtabs %}

## Integrating Vue code
## Integrating Vue 3 code

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 code:
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" %}

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

```html
<!DOCTYPE html>
Expand Down

0 comments on commit 0ff01f2

Please sign in to comment.