Skip to content

Commit

Permalink
docs: 文档更新
Browse files Browse the repository at this point in the history
  • Loading branch information
yulimchen committed Feb 7, 2023
1 parent 5d2b5a4 commit bc73e1f
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
**🌱基于 Vue3 全家桶、TypeScript、Vite 构建工具,开箱即用的移动端项目基础模板**
**🌱 基于 Vue3 全家桶、TypeScript、Vite 构建工具,开箱即用的移动端项目基础模板**

- [x] ⚡ Vue3 + Vite4
- [x] 🍕 TypeScript
Expand Down Expand Up @@ -27,7 +27,7 @@

## 截图

![](docs/assets/img/截屏2021-03-08_22.54.56.png)
![](docs/assets/img/Snipaste_2023-02-07_22-01-10.png)



Expand Down Expand Up @@ -129,7 +129,7 @@ const routes: Array<RouteRecordRaw> = [
```vue
<!-- src/views/about/index.vue -->
<script setup lang="ts" name="About">
// 使用了 `vite-plugin-vue-setup-extend` 插件,可在 setup 语法糖标签上添加 name 属性为组件名
// 使用了 `vite-plugin-vue-setup-extend` 插件,可在 `setup` 语法糖标签上添加 `name` 属性为组件命名
</script>
<template>
Expand All @@ -141,7 +141,7 @@ const routes: Array<RouteRecordRaw> = [

### - <span id="console">调试面板 eruda</span>

![](docs/assets/img/截屏2021-03-08_22.55.14.png)
![](docs/assets/img/Snipaste_2023-02-07_21-57-33.png)

为了方便移动端查看 log 信息和调试,开发环境引入了 eruda 调试面板的 cdn。如果你的开发环境不需要的话请在 `.env.development` 中修改值

Expand Down
Binary file added docs/assets/img/Snipaste_2023-02-07_21-57-33.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/img/Snipaste_2023-02-07_22-01-10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/assets/img/截屏2021-03-08_22.54.56.png
Binary file not shown.
Binary file removed docs/assets/img/截屏2021-03-08_22.55.14.png
Binary file not shown.

0 comments on commit bc73e1f

Please sign in to comment.