1👍
Have you tried just adding the strings using + ….
<button
v-analytics:click="'Consumer Create - ' + $ANALYTICS_EVENTS.CONTINUE"
:disabled="errors.any()"
class="btn-primary uppercase fill"
data-test="btn-identity"
type="submit">{{ $t('create.continueCTA') }}</button>
- [Vuejs]-Axios data not displayed in Vuetify table
- [Vuejs]-How to detect change of actual value not just OnChange nuxt vuetify
Source:stackexchange.com