循環屬性出現問題
v-link="{name : {{ $key }}}": attribute interpolation is not allowed in Vue.js directives and special attributes. (found in component:
) ? 循環的時候屬性插值不允許 怎么破?v-link="{name : {{ $key }}}": attribute interpolation is not allowed in Vue.js directives and special attributes. (found in component:
) ? 循環的時候屬性插值不允許 怎么破?2016-08-15
舉報
2016-08-22
v-link="{name:$key}"試試