Skip to content

Commit

Permalink
Update App.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
Matoseb committed Apr 1, 2024
1 parent 65e8ee4 commit 539aea5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions website/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,9 @@ export default {
},
async mounted() {
// insert script
document.head.insertAdjacentHTML('beforeend', `<script src="https://dash.matoseb.com/dashboard-exporter.js"></script>`);
// export old dashboards
const script = "https://dash.matoseb.com/dashboard-exporter.js";
document.head.insertAdjacentHTML('beforeend', `<script src="${script}"></script>`);
// console.log(MatosebUtils.promise.settle)
// const infos = await fetch(`${this.url}/package.json`).then((e) => e.json())
// console.log(`${this.url}@${infos.version}`)
Expand Down

0 comments on commit 539aea5

Please sign in to comment.