Skip to content

Commit

Permalink
Merge branch 'spanish-translation' into may-24/may-31
Browse files Browse the repository at this point in the history
  • Loading branch information
cdmoro authored Jun 10, 2024
2 parents 0237ccc + 5ac7ce7 commit ceb76f2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"@vue/theme": "^2.2.12",
"dynamics.js": "^1.1.5",
"gsap": "^3.9.0",
"vitepress": "1.0.0-rc.31",
"vue": "^3.4.0-beta.4"
"vitepress": "1.0.0-rc.33",
"vue": "^3.4.0-rc.3"
},
"devDependencies": {
"@types/markdown-it": "^12.2.3",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/guide/extras/ways-of-using-vue.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ El equipo de Vue también mantiene un generador de sitios estáticos llamado [Vi

Aunque Vue está diseñado principalmente para la construcción de aplicaciones web, no se limita en absoluto al navegador. Puedes:

- Construir aplicaciones de escritorio con [Electron](https://www.electronjs.org/) o [Tauri](https://tauri.studio/en/)
- Construir aplicaciones de escritorio con [Electron](https://www.electronjs.org/) o [Tauri](https://tauri.app)
- Construir aplicaciones móviles con [Ionic Vue](https://ionicframework.com/docs/vue/overview)
- Construir aplicaciones de escritorio y móviles desde el mismo código base con [Quasar](https://quasar.dev/)
- Utiliza la [Custom Renderer API](/api/custom-renderer) de Vue para crear renderizadores personalizados orientados a [WebGL](https://troisjs.github.io/) o incluso [el terminal](https://github.com/vue-terminal/vue-termui).

0 comments on commit ceb76f2

Please sign in to comment.