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
WebStorm provides no support for Vue.js and doesn't resolve modules declared in Vue <script> tags