Skip to content

Commit

Permalink
fix: wrong vue extension
Browse files Browse the repository at this point in the history
  • Loading branch information
FerroEduardo committed Oct 4, 2023
1 parent 1520a66 commit a40a7e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/docs/tutorials/vue/step-4/+page.markdoc
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ onMounted(() => {
You can use the [Vue Router](https://router.vuejs.org/) to handle routing in your app. However, we'll keep it simple for now.
Optionally render a `Login` component if the path is `/login`, otherwise render the `Home` component.

Update `src/App.jsx` to the following code.
Update `src/App.vue` to the following code.

```vue
<script setup>
Expand Down

0 comments on commit a40a7e4

Please sign in to comment.