File tree Expand file tree Collapse file tree 2 files changed +20
-12
lines changed Expand file tree Collapse file tree 2 files changed +20
-12
lines changed Original file line number Diff line number Diff line change 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
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 )
Original file line number Diff line number Diff 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 };
You can’t perform that action at this time.
0 commit comments