1. 首页
  2. 数据库
  3. 其它
  4. Taro3 Vue3 Demo:taro3使用vue3进行开发 源码

Taro3 Vue3 Demo:taro3使用vue3进行开发 源码

上传者: 2021-04-29 14:27:27上传 ZIP文件 181.17KB 热度 89次
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 ( ) ;
下载地址
用户评论