aboutsummaryrefslogtreecommitdiff
path: root/src/App.vue
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2022-03-23 16:05:53 +0200
committerHenry Jameson <me@hjkos.com>2022-03-23 16:05:53 +0200
commita6fae395dac4f56ba0a48880f0ce2500b5dd5ebd (patch)
tree4820a30cd9eebfd9eb32232080f7132caf240a11 /src/App.vue
parentd690b88c1c240f0f05062051b8e852f626dd4b9d (diff)
fix dupe id
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/App.vue b/src/App.vue
index 3532f898..bee98751 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,11 +1,11 @@
<template>
<div
- id="app"
- :style="bgStyle"
+ id="app-loaded"
>
<div
id="app_bg_wrapper"
class="app-bg-wrapper"
+ :style="bgStyle"
/>
<MobileNav v-if="isMobileLayout" />
<DesktopNav v-else />