mirror of
https://github.com/xiangshu233/vue3-vant4-mobile.git
synced 2025-04-05 19:42:05 +08:00
chore(view): ⏪ update swipe text
This commit is contained in:
parent
f4abc0c6db
commit
89bd2b2392
@ -47,6 +47,14 @@ const getSwipeText = computed(() => {
|
||||
title: '💡 最新技术栈',
|
||||
details: '基于Vue3、Vant4、Vite、TypeScript、UnoCSS等最新技术栈开发',
|
||||
},
|
||||
{
|
||||
title: '✨ 零配置 ESlint',
|
||||
details: '使用 git hook 进行 lint commit,规范化提交',
|
||||
},
|
||||
{
|
||||
title: '🌠 使用最新的 <script setup> 语法',
|
||||
details: 'Vue 3.4+ 最新语法',
|
||||
},
|
||||
{
|
||||
title: '⚡️ 轻量快速的热重载',
|
||||
details: '无论应用程序大小如何,都始终极快的模块热重载(HMR)',
|
||||
@ -61,11 +69,11 @@ const getSwipeText = computed(() => {
|
||||
},
|
||||
{
|
||||
title: '📊 内置 useEcharts hooks',
|
||||
details: '满足大部分图表展示,只需要写你的 options',
|
||||
details: '满足大部分图表展示,只需要写你的 Options',
|
||||
},
|
||||
{
|
||||
title: '🥳 完善的登录系统、路由、Axios配置',
|
||||
details: '所有架构已搭建完毕,你可以直接开发你的业务需求',
|
||||
details: '所有基础设施已搭建完毕,你可以直接开发你的业务需求',
|
||||
},
|
||||
]
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user