File tree Expand file tree Collapse file tree 5 files changed +0
-15
lines changed
Expand file tree Collapse file tree 5 files changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -169,9 +169,6 @@ import feather from 'feather-icons';
169169
170170export default {
171171 name: ' Projects' ,
172- props: {
173- msg: String ,
174- },
175172 mounted () {
176173 feather .replace ();
177174 },
Original file line number Diff line number Diff line change @@ -31,9 +31,6 @@ export default {
3131 AboutCounter,
3232 Clients,
3333 },
34- props: {
35- msg: String ,
36- },
3734 data : () => {
3835 return {};
3936 },
Original file line number Diff line number Diff line change @@ -21,9 +21,6 @@ export default {
2121 Banner,
2222 ProjectsGrid,
2323 },
24- props: {
25- msg: String ,
26- },
2724 data : () => {
2825 return {};
2926 },
Original file line number Diff line number Diff line change @@ -15,9 +15,6 @@ export default {
1515 components: {
1616 ProjectsGrid,
1717 },
18- props: {
19- msg: String ,
20- },
2118 data : () => {
2219 return {};
2320 },
Original file line number Diff line number Diff line change @@ -35,9 +35,6 @@ export default {
3535 SingleProjectInfo,
3636 SingleProjectRelatedProjects,
3737 },
38- props: {
39- msg: String ,
40- },
4138 data : () => {
4239 return {};
4340 },
You can’t perform that action at this time.
0 commit comments