vue-for-idea
vue-for-idea copied to clipboard
Attribute type in script tag reports a warning (v1.0.72)
Inside a *.vue file a valid value of a type attribute in a <script> tag reports a warning - as depicted below. The warning is the same also for other values such as 'javascript' or 'foo'.

You don't need the “type” attribute. If you need to specify a language. Please use the Lang attribute in accordance with the Vue standard
@henjue
After added lang=“babel" attribute(and also removed the previous type='text/babel' to the script block, the IDE finally recoginze the arrow function syntax. But still I can't find out sass highlight correctly now, the previous <style lang="sass" rel="stylesheet/scss"> can't work. Where can I get the details of Vue standard?

I will verify the problem,about *.vue looup vue-loader
@aprilandjan Can only use the lang attribute
@henjue yeah I use <style lang="scss"> and it works again. Thanks!
@aprilandjan I test can normal use
