diff --git a/vue3/src/components/display/RecipeActivity.vue b/vue3/src/components/display/RecipeActivity.vue
new file mode 100644
index 000000000..4b8733ecb
--- /dev/null
+++ b/vue3/src/components/display/RecipeActivity.vue
@@ -0,0 +1,57 @@
+
+
+
+
+
+ Activity
+
+
+
+ {{ c.createdAt }} by {{ c.createdBy.displayName }}
+
+
+ {{ c.servings }} {{ recipe.servingsText }}
+
+ {{ c.comment }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/vue3/src/components/display/RecipeView.vue b/vue3/src/components/display/RecipeView.vue
index c65a316d4..79ca58b98 100644
--- a/vue3/src/components/display/RecipeView.vue
+++ b/vue3/src/components/display/RecipeView.vue
@@ -65,6 +65,8 @@
+
+