lusaxweb / vuesax

New Framework Components for Vue.js 2
https://lusaxweb.github.io/vuesax/
MIT License
5.63k stars 745 forks source link

vs-list-item don't support v-for loop to assign title value #1005

Closed ixiangjin closed 2 years ago

ixiangjin commented 2 years ago

got error tips as below:

Errors compiling template:

title="{{indextr}}": Interpolation inside attributes has been removed. Use v-bind or the colon shorthand instead. For example, instead of

, use
.

any body has solutions?