diff --git a/.gitignore b/.gitignore index b3ae1c1..faf06e4 100755 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ CLAUDE.md LEARNINGS.md PLAN.md +/memory diff --git a/vue/index.html b/vue/index.html index d033333..3e3c0e3 100644 --- a/vue/index.html +++ b/vue/index.html @@ -7,6 +7,9 @@ RSS-Reader + + + diff --git a/vue/src/App.vue b/vue/src/App.vue index 5cec656..81546e5 100644 --- a/vue/src/App.vue +++ b/vue/src/App.vue @@ -1,8 +1,12 @@