0👍
You need to use v-bind
instead of simple html attribute so that :key
binding would be respected:
:uniqueId="1"
Source:stackexchange.com
0👍
You need to use v-bind
instead of simple html attribute so that :key
binding would be respected:
:uniqueId="1"