您好,欢迎光临本网站![请登录][注册会员]  
文件名称: 微信小程序 slot踩坑的解决
  所属分类: 其它
  开发工具:
  文件大小: 28kb
  下载次数: 0
  上传时间: 2021-01-03
  提 供 者: weixin_********
 详细说明:今天在使用微信小程序 component 里的 slot 时发现,当只用一个 slot 并且将 slot 命名后,页面中调用这个 slot 并不会加载进来。 研究尝试后发现,如果想要使用命名的方式调用单个 slot ,也需要像调用多个 slot 的方式 在 component/xxx.js 里开启多个 slot 的功能。下面看代码。 // component 哈哈哈哈哈哈哈哈 // index 页面