Taro3 Vue3 Demo:taro3使用vue3进行开发 源码
Taro3-Vue3-Demo // option Api data ( ) { return { res : [ ] , msg : "" , } ; } , created ( ) { this . getRes ( ) ; } , methods : { getRes : async function ( ) { this . res = await test ( ) ; } , } , setup ( ) { const res = ref ( [ ] ) ; const msg = ref ( "" ) ; const getRes = async ( ) => { const result = await test ( ) ;
文件列表
Taro3-Vue3-Demo-master.zip
(预估有个31文件)
Taro3-Vue3-Demo-master
.gitignore
64B
.eslintrc
31B
package.json
2KB
.npmrc
570B
src
api
test.ts
118B
app.scss
0B
vuex
暂无评论