summaryrefslogtreecommitdiff
path: root/src/App.vue
diff options
context:
space:
mode:
authorAndrey V.Kosteltsev <AKosteltsev@IBS.RU>2022-07-04 12:02:15 +0300
committerAndrey V.Kosteltsev <AKosteltsev@IBS.RU>2022-07-04 16:37:05 +0300
commitecb251fa0a2a790bac137837a49a9fcba997abfb (patch)
treeb884a22cb5c6ed3ff3c4f5135305057a83e83f3d /src/App.vue
parentec06fd210a1f1e8beab136b7b40154df540e73a8 (diff)
downloadwebui-vue-ecb251fa0a2a790bac137837a49a9fcba997abfb.tar.xz
Enable alternative styles according to VUE_APP_ENV_NAME
Signed-off-by: Andrey V.Kosteltsev <AKosteltsev@IBS.RU>
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.vue b/src/App.vue
index fc04b70b..d2878946 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -32,5 +32,5 @@ export default {
</script>
<style lang="scss">
-@import '@/assets/styles/_obmc-custom';
+/* Empty SCSS code: use prependData() */
</style>