File tree 2 files changed +7
-6
lines changed
2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import CollapseTransition from "element-ui/lib/transitions/collapse-transition";
9
9
// router, store
10
10
import App from "./App-main.vue" ;
11
11
import router from "./router" ;
12
- import store from "./store" ;
12
+ import store from "./store/index " ;
13
13
import "./config/axios" ;
14
14
15
15
// import utilities
Original file line number Diff line number Diff line change 50
50
@change =" checkValidationForms('form')"
51
51
>
52
52
<template slot="append">
53
- <i class =" fas fa-envelope-open-text clickable font-size__medium" ></i >
53
+ <i
54
+ class =" fas fa-envelope-open-text clickable font-size__medium"
55
+ ></i >
54
56
</template >
55
57
</el-input >
56
58
</el-form-item >
75
77
</el-input >
76
78
</el-form-item >
77
79
<el-form-item >
78
- <el-button
79
- type =" primary"
80
- class =" btnSubmit margin-top-10"
81
- >Đăng nhập</el-button >
80
+ <el-button type =" primary" class =" btnSubmit margin-top-10"
81
+ >Đăng nhập</el-button
82
+ >
82
83
</el-form-item >
83
84
</el-form >
84
85
</div >
You can’t perform that action at this time.
0 commit comments