Skip to content

uni-app 在小程序中 slot 踩坑

背景

在 uni-app 开发微信小程序过程中,遇到了组件刷新相关的问题,特此记录 uni-app 中 slot 相关的问题。

核心问题

在 uni-app 开发微信小程序过程中,发现组件刷新存在以下限制:

  1. key 的使用限制:微信小程序中,key 需要搭配 v-for 使用才能触发组件的重新渲染
  2. v-if 的局限性v-if 只能刷新本页面非 slot 之外的标签,对于 slot 内的内容无法有效刷新

相关 issue 记录

Released under the MIT License.