do not add webcomponent script in every page

This commit is contained in:
lesion
2022-02-04 22:50:54 +01:00
parent 70d55493e9
commit 20109da120
3 changed files with 3 additions and 2 deletions

View File

@@ -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: {