mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
refactor(client): move to Vite by @phillipthelen
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
</template>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
@import '~@/assets/scss/colors.scss';
|
||||
@import '@/assets/scss/colors.scss';
|
||||
|
||||
.toggle-switch-outer {
|
||||
display: flex;
|
||||
@@ -156,7 +156,7 @@
|
||||
</style>
|
||||
|
||||
<script>
|
||||
import svgInformation from '@/assets/svg/information.svg';
|
||||
import svgInformation from '@/assets/svg/information.svg?raw';
|
||||
|
||||
export default {
|
||||
model: {
|
||||
|
||||
Reference in New Issue
Block a user