0👍
you can use this data format
data: function () {
return {
afterpayMessage: ‘Or 4 payments of’,
items: [
{ price: {{ product.price | money_with_currency | json }} },
]
}
}
- [Vuejs]-Change items to display in ox carousel with vue.js
- [Vuejs]-How to retrieve image from server vuejs?
Source:stackexchange.com