muxik

Results 3 comments of muxik

> 我这边运行时正常的 > > 为什么你的 `v-for` 写起来怪怪的 `v-for="item,i in ads"`, 不应该使用括号括起来吗? [v-for 官方文档](https://cn.vuejs.org/v2/api/#v-for) > > ```diff > > - > + > > > > ``` 虽然写法不标准,但是我保证能用

> I can produce this with very simple demo. > > ``` > > > content here > > > ``` ?

> > > I can produce this with very simple demo. > > > ``` > > > > > > > > > content here > > > >...