vuejs-templates / simple

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

Template deprecations in latest version of Vue (1.0.25) #1

Closed rivendare closed 8 years ago

rivendare commented 8 years ago

e.g. "vue.js:2129 [Vue warn]: href="{{ docsURL }}": Interpolation inside attributes has been deprecated. Use v-bind or the colon shorthand instead."

chrisvfritz commented 8 years ago

The CDN src was using jsDelivr's "latest", which is actually pointing to the 2.0 alpha now - that's why you're getting those warnings. I just updated the CDN src to lock to the latest stable on NPM, which is 1.0.25 as you'd expect. 😄

rivendare commented 8 years ago

Ah, my mistake! :)

chrisvfritz commented 8 years ago

@rivendare If you would like to try out the 2.0 alpha though, I just added this template. 😃

rivendare commented 8 years ago

Perfect, thanks!