Add a quick workaround for a bug with the build step

This commit is contained in:
Ramon Wenger 2023-02-09 16:55:14 +01:00
parent b910f5216a
commit 69cffc0177
1 changed files with 2 additions and 1 deletions

View File

@ -353,7 +353,8 @@ const root = computed(() => {
});
</script>
<style scoped lang="scss">
<style lang="scss">
/* todo: re-add `scoped` after switch to vite or this bug is fixed: https://github.com/vuejs/vue-loader/issues/1915 */
@import '~styles/helpers';
.content-block {