[Vuejs]-Access setup variables in vue 3

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:

Vue grid example

Leave a comment