mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-04-22 05:34:04 +02:00
fix: scss import to use
This commit is contained in:
parent
b545f2e0fb
commit
4c8ffddfe0
2 changed files with 2 additions and 2 deletions
|
@ -460,5 +460,5 @@ onMounted(async () => {
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
@import '~/assets/css/index.scss';
|
@use '~/assets/css/index.scss';
|
||||||
</style>
|
</style>
|
|
@ -172,5 +172,5 @@ onUnmounted(() => {
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
@import '~/assets/css/keybind.scss';
|
@use '~/assets/css/keybind.scss';
|
||||||
</style>
|
</style>
|
Loading…
Add table
Add a link
Reference in a new issue