[Vuejs]-Using VUE.js to load content

0👍

you can use this data format

data: function () {
return {
afterpayMessage: ‘Or 4 payments of’,
items: [
{ price: {{ product.price | money_with_currency | json }} },
]
}
}

Leave a comment