File tree Expand file tree Collapse file tree 2 files changed +7
-11
lines changed Expand file tree Collapse file tree 2 files changed +7
-11
lines changed Original file line number Diff line number Diff line change 18
18
dark:bg-ternary-dark
19
19
text-primary-dark
20
20
dark:text-ternary-light
21
- "
21
+ "
22
22
>
23
23
<option value class =" text-sm sm:text-md" >All Projects</option >
24
24
<option
Original file line number Diff line number Diff line change 101
101
102
102
<script >
103
103
import feather from ' feather-icons' ;
104
- import ProjectSingle from ' ./ProjectSingle.vue' ;
105
104
import ProjectsFilter from ' ./ProjectsFilter.vue' ;
105
+ import ProjectSingle from ' ./ProjectSingle.vue' ;
106
106
107
107
export default {
108
- name: ' Projects' ,
109
108
components: { ProjectSingle, ProjectsFilter },
110
- data () {
109
+ data : () => {
111
110
return {
112
- selectedProject: ' ' ,
113
- searchProject: ' ' ,
114
111
projectsHeading: ' Projects Portfolio' ,
115
112
projectsDescription:
116
113
' Some of the projects I have successfully completed' ,
114
+ selectedProject: ' ' ,
115
+ searchProject: ' ' ,
117
116
projects: [
118
117
{
119
118
id: 1 ,
@@ -130,13 +129,13 @@ export default {
130
129
{
131
130
id: 3 ,
132
131
title: ' Project Management UI' ,
133
- category: ' UI / Frontend ' ,
132
+ category: ' UI/UX Design ' ,
134
133
img: require (' @/assets/images/ui-project-1.jpg' ),
135
134
},
136
135
{
137
136
id: 4 ,
138
137
title: ' Cloud Storage Platform' ,
139
- category: ' UI / Frontend ' ,
138
+ category: ' UI/UX Design ' ,
140
139
img: require (' @/assets/images/ui-project-2.jpg' ),
141
140
},
142
141
{
@@ -182,9 +181,6 @@ export default {
182
181
mounted () {
183
182
feather .replace ();
184
183
},
185
- updated () {
186
- feather .replace ();
187
- },
188
184
};
189
185
</script >
190
186
You can’t perform that action at this time.
0 commit comments