Faraz

Results 3 comments of Faraz

> I'm in the same boat, for now i'm using it like this: > > ``` > const VTooltip = require('v-tooltip'); > Vue.use(VTooltip); > ``` > > TSLint doesn't complain...

> for me works this > > if( this.style == 'dark') { > this.statusBar.backgroundColorByHexString('#000000'); > this.statusBar.styleDefault() > }else{ > this.statusBar.backgroundColorByHexString('#ffffff'); > this.statusBar.styleLightContent(); > } > > But I change this...