2***@qq.com
2***@qq.com
  • 发布:2024-06-23 17:14
  • 更新:2024-06-24 10:56
  • 阅读:27

#插件讨论# 【 ml-list长列表 - ml陌路 】 找不到ref

分类:uni-app
关联插件: ml-list长列表

reportJSException >>>> exception function:createInstanceContext, exception:white screen cause create instanceContext failed,check js stack ->Uncaught ReferenceError: ref is not defined
at (app-service.js:82:3)
at (app-service.js:1360:3)
请问一下我为什么找不到ref

2024-06-23 17:14 负责人:无 分享
已邀请:
ml陌路

ml陌路

本插件使用的是Vue3语法,使用时 需要先导入ref
<script setup >
import { ref } from 'vue';
</script>

要回复问题请先登录注册