As a beginner in vuejs, I have noticed a specific structure present in .vue
files.
export
can be considered as a compliant JSON structure. Also, I am wondering about the significance ofdata()
function without an associated property name. Similar styles can also be observed invuex
.