0👍
✅
Find the problem. Since a recent update from chrome you need to upgrade vue-ressource. So I changed my package.json
from
"vue-resource": "^0.9.3",
to
"vue-resource": "^1.3.4",
a little npm updat and good to go.
Source:stackexchange.com