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

@@ -39,8 +39,8 @@
</template>
<script>
import { mapState } from 'client/libs/store';
import notificationsMixin from 'client/mixins/notifications';
import { mapState } from '@/libs/store';
import notificationsMixin from '@/mixins/notifications';
export default {
mixins: [notificationsMixin],