@WebStormIDE Hey I'm new to WebStorm and I want to use @vuejs but I have 3 problems: 1. Normal HTML self-closing tags like <span v-text="text" /> are shown as a warning. 2. In the script the "export default" is recognised as unused. 3. SCSS imports aren't recognised. Thanks! :)
> In the script the "export default" is recognised as unused. But is this component imported in any other components? Can you please show an example of its use? Thanks!