We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
官方的example,pages/index/index.vue,增加一个data={a:'aaa'}, 然后在页面上增加变量a的输出,如下:
<template> <div> L: {{a}} <scoll-view></scoll-view> <i-panel title="布局"> L: {{a}} <i-cell-group> L: {{a}}
结果是前俩个都可以显示a的值aaa,但是第三个无法显示
aaa