Small styling fix for the controls bar

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2022-08-26 12:41:09 +02:00
parent f072b06b81
commit 49acc1a88f
3 changed files with 40 additions and 16 deletions
+2 -1
View File
@@ -76,8 +76,9 @@ window.addEventListener('DOMContentLoaded', () => {
/* eslint-disable-next-line no-new */
new Vue({
name: 'Deck',
el: '#content',
// eslint-disable-next-line vue/match-component-file-name
name: 'Deck',
router,
store,
data() {