Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
componentDidLoad() {
this.toolbarComponent = MDCToolbar.attachTo(this.toolbarEl);
}
getToolBarClassName() {
mounted () {
this.mdcToolbar = MDCToolbar.attachTo(this.$el)
this.mdcToolbar.fixedAdjustElement = document.querySelector('.mdc-toolbar-fixed-adjust')
},
beforeDestroy () {
componentDidLoad(){
this.toolbarComponent = MDCToolbar.attachTo(this.toolbarEl)
}
getToolBarClassName(){