feat: rework style imports
This commit is contained in:
parent
a0ca6bb8fb
commit
1f5283d548
18 changed files with 67 additions and 65 deletions
|
|
@ -117,3 +117,7 @@ export default defineComponent({
|
|||
},
|
||||
})
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
@import '@/styles/global.scss';
|
||||
</style>
|
||||
Reference in a new issue