diff options
author | pacien | 2020-04-26 00:25:24 +0200 |
---|---|---|
committer | pacien | 2020-04-26 00:25:24 +0200 |
commit | 26988eacd2ff6988479b53eb88b5c2c10d3e7c82 (patch) | |
tree | 0b26453400b16acbdd0efcda37ab01c90bffd0d6 /viewer/src/views/MainLayout.vue | |
parent | 525bde063c7c17f292199c75eae398388933f868 (diff) | |
download | ldgallery-26988eacd2ff6988479b53eb88b5c2c10d3e7c82.tar.gz |
viewer: fix rest of webpack import
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 { |