WebStorm recognize only <md-list-item> HTML tag from VueMaterial, the rest are not listed in the pop-up and after using them I get unknown HTML tag warning.

my main.js looks like that:
import Vue from 'vue'
import VueMaterial from 'vue-material'
import 'vue-material/dist/vue-material.css'
import App from './App'
Vue.config.productionTip = false
/* eslint-disable no-new */
Vue.use(VueMaterial)
new Vue({
el: '#app',
template: '<App/>',
components: { App }
})
I'm using WebStorm v2017.1.3
I had the same problem, I upgraded to WebStorm 2017.3 and it works now.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With