Skip to content
New issue

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

解析失败 #17

Open
chinafzy opened this issue Feb 21, 2020 · 0 comments
Open

解析失败 #17

chinafzy opened this issue Feb 21, 2020 · 0 comments

Comments

@chinafzy
Copy link

官方的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,但是第三个无法显示

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant