vuejs-templates / simple

The simplest possible Vue setup in a single HTML file
271 stars 226 forks source link

added app object #10

Closed kajala closed 6 years ago

kajala commented 6 years ago

Having explicit "app" object allows dynamic update using console, and is consistent with the "Get Started" tutorial at vuejs.org. Reading Vue.js tutorial vuojs.org is currently confusing because the examples/tasks they ask to do ("change app.message to different value") don't work using simple template (since app object is missing), and the simple template is natural starting point for new users.

chrisvfritz commented 6 years ago

That makes sense to me. 🙂