Skip to content

Commit 69e4123

Browse files
committed
chore: Update readme
1 parent e01c3f1 commit 69e4123

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ An mobile web apps template based on the Vue 3 ecosystem.
3030

3131
## Features
3232

33-
- ⚡️ [Vue 3](https://github.com/vuejs/core), [Vite 5](https://github.com/vitejs/vite), [pnpm](https://pnpm.io/), [esbuild](https://github.com/evanw/esbuild) - born with fastness
33+
- ⚡️ [Vue 3](https://github.com/vuejs/core), [Vite 6](https://github.com/vitejs/vite), [pnpm](https://pnpm.io/), [esbuild](https://github.com/evanw/esbuild) - born with fastness
3434

3535
- 🗂 [File based routing](./src/router)
3636

README.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ An mobile web apps template based on the Vue 3 ecosystem.
3030

3131
## Features
3232

33-
- ⚡️ [Vue 3](https://github.com/vuejs/core), [Vite 5](https://github.com/vitejs/vite), [pnpm](https://pnpm.io/), [esbuild](https://github.com/evanw/esbuild) - 就是快!
33+
- ⚡️ [Vue 3](https://github.com/vuejs/core), [Vite 6](https://github.com/vitejs/vite), [pnpm](https://pnpm.io/), [esbuild](https://github.com/evanw/esbuild) - 就是快!
3434

3535
- 🗂 [基于文件的路由](./src/router)
3636

src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ useHead({
99
meta: [
1010
{
1111
name: 'description',
12-
content: 'Vue + Vite H5 Starter Template',
12+
content: 'An mobile web apps template based on the Vue 3 ecosystem',
1313
},
1414
{
1515
name: 'theme-color',

0 commit comments

Comments
 (0)