wechat-miniprogram / miniprogram-demo

微信小程序组件 / API / 云开发示例
https://developers.weixin.qq.com/miniprogram/dev/index.html
MIT License
6.7k stars 2.14k forks source link

fix: deprecate `wx:for-items` WXML directive by `wx:for` #147

Closed SgLy closed 3 months ago

SgLy commented 3 months ago

wx:for-items is a very former alias for wx:for, which is deprecated since too similar with wx:for-item.

wx:for-items is completely removed in the latest version of glass-easel-template-compiler, so this is a fix for it.