Add a quick workaround for a bug with the build step
This commit is contained in:
parent
b910f5216a
commit
69cffc0177
|
|
@ -353,7 +353,8 @@ const root = computed(() => {
|
||||||
});
|
});
|
||||||
</script>
|
</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';
|
@import '~styles/helpers';
|
||||||
|
|
||||||
.content-block {
|
.content-block {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue