Skip to content

解析失败 #17

Open
Open
@chinafzy

Description

@chinafzy

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions