iview-mpvue
iview-mpvue copied to clipboard
解析失败
官方的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,但是第三个无法显示