5***@qq.com
5***@qq.com
  • 发布:2024-09-11 15:10
  • 更新:2024-09-11 15:11
  • 阅读:107

uni+v3+ts使用setup语法糖问题

分类:uni-app
<template>  
  <view class="btn" @click="goSupplier">测试点击</view>  
</template>  
<script setup lang="ts">  
const goSupplier = () => {  
  uni.navigateTo({  
    url: "/pages/cooperation/supplierEntry",  
  });  
};  
</script>  
<style scoped lang="scss"></style>

我使用了setup语法糖之后,点击这个按钮就报错了

2024-09-11 15:10 负责人:无 分享
已邀请:
DCloud_UNI_yuhe

DCloud_UNI_yuhe

你好,你这是哪家平台出现的?

要回复问题请先登录注册