javascript - Vue - named exports in *.vue files are ignored -


i getting warnings in console the:

named exports in *.vue files ignored.

on looking around problem came across this suggested if upgrade vue loader version 8.3.1 warnings gone. on checking package.json file in node_modules/vue-loader folder saw have version:

{   "_args": [     [       {         "raw": "vue-loader@^8.3.1",         "scope": null,         "escapedname": "vue-loader",         "name": "vue-loader",         "rawspec": "^8.3.1",         "spec": ">=8.3.1 <9.0.0",         "type": "range"       }, 

how can fix , rid of warnings?


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -