Skip to content

Commit 6463cfc

Browse files
committed
update
1 parent 2f6013b commit 6463cfc

File tree

2 files changed

+20
-12
lines changed

2 files changed

+20
-12
lines changed

README.md

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
1-
> 遇到安装依赖启动报错的升级一下Typescript
2-
>npm install typescript@4.5.3 --dev
3-
# vue3-ts-template-h5
4-
![vue3](https://github.com/weizhanzhan/vue3-ts-template-h5/blob/master/src/assets/images/vue3.png)
5-
## 在线浏览
6-
- [国内访问](https://www.weizhan.site)
7-
- [vercel访问](https://vue3-ts-template-h5.vercel.app)
8-
## Vue3.0 + Typescript 初体验,打造h5,webapp移动端模板,开箱即用
1+
2+
3+
4+
<div align="center">
5+
<img width="200px" height="200px" src="https://gitee.com/zhan961023/vue3-template-h5/raw/master/src/assets/images/vue3.png" />
6+
<h1>vue3-template-h5</h1>
7+
<p style="color:#00000073">Vue3.0 + Typescript 初体验,打造h5,webapp移动端模板,开箱即用</p>
8+
</div>
9+
10+
## 🚀 Browse online
11+
12+
- [URL 1](https://www.weizhan.site)
13+
- [URL 2](https://vue3-ts-template-h5.vercel.app)
14+
915

1016
📖 `Vue3.0` 相关文档:
1117

@@ -18,9 +24,11 @@
1824
| Vue-Router 官方文档 | <a href="https://next.router.vuejs.org/" target="_blank">链接</a> |
1925
| Vuex4.0(目前在 beta 阶段) | <a href="https://github.com/vuejs/vuex/tree/4.0/" target="_blank">Github</a> |
2026

27+
### 🚦注意
2128

22-
[demo浏览](https://vue3-ts-template-h5.vercel.app)
23-
## 目录
29+
> 遇到安装依赖启动报错的升级一下Typescript
30+
>npm install typescript@4.5.3 --dev
31+
## 🎹目录
2432
- [基础搭建](#基础搭建)
2533
- [Vue3.0新特性与改动](#vue3的新特性和改动)
2634
- [新颖的CompositionApi](#compositionapi)

src/views/Home.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ export default defineComponent({
151151
152152
const getData = () => {
153153
getResouceList()
154-
.then(result => {
155-
state.list = result;
154+
.then(() => {
155+
// state.list = result;
156156
})
157157
.catch();
158158
};

0 commit comments

Comments
 (0)