Defini a url root da minha api conforme nas video aulas, mas obtenho o erro:
main.js?56d7:9 Uncaught TypeError: Cannot read property 'options' of undefined
at eval (main.js?56d7:9)
at Module../src/main.js (app.js:2293)
at __webpack_require__ (app.js:725)
at fn (app.js:102)
at Object.0 (app.js:2462)
at __webpack_require__ (app.js:725)
at app.js:792
at app.js:795
Trecho da definição:
Vue.use(VueRouter);
Vue.http.options.root = 'http://example.com';
Vue.use(VueResource);
Alguém já passou por isso?