登录 注册
当前位置:主页 > 资源下载 > 46 > Vue3-Taro3-Demo: 使用Vue3开发的Taro3项目

Vue3-Taro3-Demo: 使用Vue3开发的Taro3项目

  • 更新:2024-08-30 10:05:44
  • 大小:181KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

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 ( ) ;