0👍
✅
Apologies, I ended up finding the solution to be as simple as deconstructing content
inside my data()
function like so.
data() {
return {
...this.content,
}
}
which will allow you to access the attributes. Thanks!
Source:stackexchange.com