开发文档-微信官方文档内容不明确相关问题
<template is="objectCombine" data="{{for: a, bar: b}}"></template>
问题:objectCombine 从哪里来的? 没有说要在data中定义或者也没说内置的。
链接🔗:https://developers.weixin.qq.com/miniprogram/dev/reference/wxml/data.html
对象例子。
<template is="objectCombine" data="{{for: a, bar: b}}"></template>
问题:objectCombine 从哪里来的? 没有说要在data中定义或者也没说内置的。
链接🔗:https://developers.weixin.qq.com/miniprogram/dev/reference/wxml/data.html
对象例子。