Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
tabId (section) {
return `${dasherize(this.variant.id)}-${section}`
},
permalinkUrl () {
const loc = window.location
const anchor = dasherize(this.variant.id)
return `${loc.protocol}//${loc.host}${loc.pathname}#${anchor}`
},
tabId (section) {
return `${dasherize(this.page.id)}-${section}`
},
tabId (section) {
return `${dasherize(this.component.id)}-${section}`
},