diff --git a/package.json b/package.json index eed390a..23b62da 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,7 @@ "format": "prettier --write src/" }, "dependencies": { + "date-holidays": "^3.25.1", "pinia": "^3.0.3", "pinia-plugin-persistedstate": "^4.5.0", "vue": "^3.5.18" diff --git a/src/App.vue b/src/App.vue index 439bde5..451c0d9 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,9 +1,16 @@