{{ content['term_goes_here'] }}
<i class="fa" v-bind:class="[{{content['cravings']}} ? 'fa-checkbox-marked' : 'fa-checkbox-blank-outline']"></i>
- invalid expression: v-bind:class="[{{content['cravings']}} ? 'fa-checkbox-marked' : 'fa-checkbox-blank-outline']"
Write your answer...
It seems that Vue.js 2.0 doesn't emit events from a grand child to his grand parent component. his JsFiddle solves the issue but by emtting two events: One from grand child to middle component
Aditya Agrawal
General
Asked • Jun 13 2019
My vue component is like this : When executed, there exist error like this : Vue template syntax error: id="purchase-{{ item.id }}": Interpolation inside attributes has been removed. Use v-bind or
Prasad Patil
General
Asked • Jun 1 2019