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

@@ -32,7 +32,7 @@
</template>
<style lang="scss" scoped>
@import '~client/assets/scss/colors.scss';
@import '~@/assets/scss/colors.scss';
.form {
margin: 0 auto;
@@ -80,12 +80,12 @@
<script>
import hello from 'hellojs';
import { setUpAxios } from 'client/libs/auth';
import { setUpAxios } from '@/libs/auth';
import debounce from 'lodash/debounce';
import isEmail from 'validator/lib/isEmail';
import facebookSquareIcon from 'assets/svg/facebook-square.svg';
import googleIcon from 'assets/svg/google.svg';
import facebookSquareIcon from '@/assets/svg/facebook-square.svg';
import googleIcon from '@/assets/svg/google.svg';
export default {
name: 'AuthForm',