rewrite paths, add deps

This commit is contained in:
Matteo Pagliazzi
2019-10-01 15:38:48 +02:00
parent b44fbdcb14
commit e69275663b
253 changed files with 10678 additions and 10604 deletions

View File

@@ -150,10 +150,10 @@
</template>
<script>
import toggleSwitch from 'client/components/ui/toggleSwitch';
import attributesGrid from 'client/components/inventory/equipment/attributesGrid';
import toggleSwitch from '@/components/ui/toggleSwitch';
import attributesGrid from '@/components/inventory/equipment/attributesGrid';
import { mapState } from 'client/libs/store';
import { mapState } from '@/libs/store';
import Content from '../../../common/script/content';
import { beastMasterProgress, mountMasterProgress } from '../../../common/script/count';
import autoAllocate from '../../../common/script/fns/autoAllocate';
@@ -352,7 +352,7 @@
</script>
<style lang="scss" scoped>
@import '~client/assets/scss/colors.scss';
@import '~@/assets/scss/colors.scss';
#stats {
.box div {