weblee
Results
2
comments of
weblee
Sorry Matt, Forgot to say you will need to pull in Promise and add to your app.js file ie. ``` window.Promise = require('promise'); ```
Worth a read Matt: http://vuejs.github.io/vue-router/en/pipeline/data.html You will see the benefits of loading via the router hooks. What got me into this was Vue started to complain it was trying to...