Webstorm ES6 Import statement warning

I'm exporting the following object:

<script>
export default {
name: 'Title'
};
</script>

and importing it as follows:

import Title from './Title.vue';

and I get the following warning:

 

 

Things I've tried:

  • I've enabled ES6 for the project 

Environment:

Os: Windows 10 64bit

Webstorm version: 2016.2.3

1 comment
Comment actions Permalink

WebStorm provides no support for Vue.js and doesn't resolve modules declared in Vue <script> tags

0

Please sign in to leave a comment.