DEV Community

Discussion on: Getting Started with Vue.js (CHEAT SHEET)

Collapse
 
rolandcsibrei profile image
Roland Csibrei

data: shouldn't be data() {...}?

Collapse
 
lucashogie profile image
Lucas H.

This is not correct if you're using Vue as the Vue script + a simple JS script. If you start making components that you reuse this is a smarter move because this way not every component will show the same data!