diff --git a/web/src/main.js b/web/src/main.js index f6fe706..19ea480 100644 --- a/web/src/main.js +++ b/web/src/main.js @@ -51,6 +51,8 @@ library.add(faPlus, faCheckCircle, faEdit, faTrash, faCat, faSyncAlt, faSort, fa const app = createApp(App).use(store).use(router); +import VueQRCodeComponent from 'vue-qrcode-component' +app.component('qr-code', VueQRCodeComponent) app.component('font-awesome-icon', FontAwesomeIcon); app.mount('#app') \ No newline at end of file diff --git a/web/src/views/admin/Debug.vue b/web/src/views/admin/Debug.vue index 683525c..f5cac61 100644 --- a/web/src/views/admin/Debug.vue +++ b/web/src/views/admin/Debug.vue @@ -11,7 +11,7 @@ - +

Events