0๐
โ
My answer to this was to split out the v-card content section into its own component and pass the data down as a prop, upon the component mounting i was able to hook into computed and manipulate the data as per vue.js examples:
Source:stackexchange.com