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 -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -

Python Tornado package error when running server -