context.slots.default() Report is not a function in uniapp project
在uniapp项目中使用如下代码
import { getCurrentInstance } from 'vue'
const ctx: any = getCurrentInstance()
console.log(ctx.slots.default())
注意:在H5环境正常,在MP-WEIXIN环境如下错误信息
我是想在uniapp开发一个类似于el-tabs的组件,主要参考的是这篇博客 - vue3 封装简单的 tabs 切换组件,在H5
环境运行正常的,在MP-WEXIN
环境就报上面的错误。
Hi, thanks for your interest but Github issues are for bug reports and feature requests only. You can ask questions on the forum, the Discord server or StackOverflow.