stash
This commit is contained in:
parent
fbbc72feab
commit
0891269285
2 changed files with 3 additions and 1 deletions
|
@ -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')
|
|
@ -11,7 +11,7 @@
|
|||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<!--qr-code :text="qr_url" color="#000" bg-color="#fff" error-level="H" class="qr-code"></qr-code-->
|
||||
<qr-code :text="qr_url" color="#000" bg-color="#fff" error-level="H" class="qr-code"></qr-code>
|
||||
<h3 class="text-center">Events</h3>
|
||||
<!--p>{{ events }}</p-->
|
||||
<ul>
|
||||
|
|
Loading…
Reference in a new issue