do not add webcomponent script in every page
This commit is contained in:
@@ -115,7 +115,8 @@ export default {
|
||||
},
|
||||
head () {
|
||||
return {
|
||||
title: `${this.settings.title} - ${this.$t('common.export')}`
|
||||
title: `${this.settings.title} - ${this.$t('common.export')}`,
|
||||
script: [{ src: '/gancio-events.es.js', async: true, body: true }],
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
|
||||
Reference in New Issue
Block a user