Subscribe on changes!

context.slots.default() Report is not a function in uniapp project

avatar
May 12th 2022

在uniapp项目中使用如下代码

import { getCurrentInstance } from 'vue'
const ctx: any = getCurrentInstance()
console.log(ctx.slots.default())

注意:在H5环境正常,在MP-WEIXIN环境如下错误信息

avatar
May 12th 2022

定位问题,需要更多的信息。

avatar
May 12th 2022

我是想在uniapp开发一个类似于el-tabs的组件,主要参考的是这篇博客 - vue3 封装简单的 tabs 切换组件,在H5环境运行正常的,在MP-WEXIN环境就报上面的错误。

avatar
May 12th 2022

uni-app 小程序端不支持使用 slots

avatar
May 12th 2022

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.