0👍
you can use this data format
data: function () {
return {
afterpayMessage: ‘Or 4 payments of’,
items: [
{ price: {{ product.price | money_with_currency | json }} },
]
}
}
- [Vuejs]-Is it possible to host a vue.js app with dynamic routes in history mode as a static website on S3/Cloudfront?
- [Vuejs]-Flexbox flex-flow alternative for earlier versions of browsers
Source:stackexchange.com