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

@@ -15,7 +15,7 @@ div
</template>
<style lang="scss", scoped>
@import '~client/assets/scss/colors.scss';
@import '~@/assets/scss/colors.scss';
.claim-bottom-message {
background-color: $gray-700;
border-bottom-left-radius: 2px;
@@ -40,9 +40,9 @@ div
<script>
import findIndex from 'lodash/findIndex';
import { mapState } from 'client/libs/store';
import { mapState } from '@/libs/store';
import approvalModal from './approvalModal';
import sync from 'client/mixins/sync';
import sync from '@/mixins/sync';
export default {
mixins: [sync],