We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
官方的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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
官方的example,pages/index/index.vue,增加一个data={a:'aaa'},
然后在页面上增加变量a的输出,如下:
结果是前俩个都可以显示a的值
aaa
,但是第三个无法显示The text was updated successfully, but these errors were encountered: