diff options
Diffstat (limited to 'viewer/src/views/MainLayout.vue')
-rw-r--r-- | viewer/src/views/MainLayout.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/viewer/src/views/MainLayout.vue b/viewer/src/views/MainLayout.vue index 53917da..6e707e6 100644 --- a/viewer/src/views/MainLayout.vue +++ b/viewer/src/views/MainLayout.vue | |||
@@ -81,7 +81,7 @@ export default class MainLayout extends Vue { | |||
81 | </script> | 81 | </script> |
82 | 82 | ||
83 | <style lang="scss"> | 83 | <style lang="scss"> |
84 | @import "@/assets/scss/theme.scss"; | 84 | @import "~@/assets/scss/theme.scss"; |
85 | 85 | ||
86 | body, | 86 | body, |
87 | html { | 87 | html { |