Commit 1a6c9e9 1 parent 692a3c7 commit 1a6c9e9 Copy full SHA for 1a6c9e9
File tree 1 file changed +8
-4
lines changed
1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ import router from './router/index'
5
5
import store from './store/index'
6
6
import i18n from './i18n/index'
7
7
import { library } from '@fortawesome/fontawesome-svg-core'
8
+ // Please keep the list of constants sorted by name
9
+ // to avoid code conflict and duplicate entries
8
10
import {
9
11
faAngleDown ,
10
12
faArrowDown ,
@@ -26,6 +28,8 @@ import {
26
28
faExchangeAlt ,
27
29
faExclamationCircle ,
28
30
faExternalLinkAlt ,
31
+ faEye ,
32
+ faEyeSlash ,
29
33
faFileDownload ,
30
34
faFileVideo ,
31
35
faFilter ,
@@ -57,8 +61,6 @@ import {
57
61
faTimes ,
58
62
faTimesCircle ,
59
63
faUsers ,
60
- faEye ,
61
- faEyeSlash ,
62
64
} from '@fortawesome/free-solid-svg-icons'
63
65
import {
64
66
faBitcoin ,
@@ -72,6 +74,8 @@ Vue.config.devtools = process.env.NODE_ENV === 'development'
72
74
Vue . config . performance = process . env . NODE_ENV === 'development'
73
75
Vue . config . productionTip = process . env . NODE_ENV === 'development'
74
76
77
+ // Please keep the list of constants sorted by name
78
+ // to avoid code conflict and duplicate entries
75
79
library . add (
76
80
// solid icons
77
81
faAngleDown ,
@@ -94,6 +98,8 @@ library.add(
94
98
faExchangeAlt ,
95
99
faExclamationCircle ,
96
100
faExternalLinkAlt ,
101
+ faEye ,
102
+ faEyeSlash ,
97
103
faFileDownload ,
98
104
faFileVideo ,
99
105
faFilter ,
@@ -125,8 +131,6 @@ library.add(
125
131
faTimes ,
126
132
faTimesCircle ,
127
133
faUsers ,
128
- faEye ,
129
- faEyeSlash ,
130
134
131
135
// brand icons
132
136
faGithub ,
You can’t perform that action at this time.
0 commit comments