Skip to content

Commit 94d420c

Browse files
committed
fix conflict
1 parent c2fb732 commit 94d420c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

components/PageIndex.vue

-5
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,6 @@ export default {
5757
HomeWidgets,
5858
},
5959
props: {
60-
<<<<<<< HEAD
61-
latestRecipes: { type: Array, default: [] },
62-
latestPromoted: { type: Array, default: [] },
63-
=======
6460
latestRecipes: {
6561
type: Array,
6662
required: true,
@@ -69,7 +65,6 @@ export default {
6965
type: Array,
7066
required: true,
7167
},
72-
>>>>>>> dev
7368
},
7469
};
7570
</script>

0 commit comments

Comments
 (0)