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

@@ -51,7 +51,7 @@
</template>
<style lang="scss" scoped>
@import '~client/assets/scss/colors.scss';
@import '~@/assets/scss/colors.scss';
.avatar {
width: 10%;
@@ -140,7 +140,7 @@
<script>
import moment from 'moment';
import axios from 'axios';
import { mapState } from 'client/libs/store';
import { mapState } from '@/libs/store';
import debounce from 'lodash/debounce';
import findIndex from 'lodash/findIndex';