Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WebStorm doesn't recognize Vue Material Components HTML tags

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.

WebStorm VueMaterial HTML tag

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

like image 504
lol2x Avatar asked Mar 12 '26 10:03

lol2x


1 Answers

I had the same problem, I upgraded to WebStorm 2017.3 and it works now.

like image 176
yannc Avatar answered Mar 15 '26 02:03

yannc



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!