From eb0ca324d7bb993f7c53c6cea6b147a71fe97683 Mon Sep 17 00:00:00 2001 From: Matthew Raymer Date: Thu, 16 Oct 2025 13:06:00 +0000 Subject: [PATCH] refactor(test-app): convert core app structure to vue-facing-decorator - Add reflect-metadata import to main.ts for decorator support - Convert App.vue to Class API with proper error handling properties - Simplify router configuration for debugging performance issues - Remove complex plugin initialization logic for cleaner testing Establishes foundation for consistent Class API usage across the app. --- test-apps/daily-notification-test/src/App.vue | 96 ++----------------- test-apps/daily-notification-test/src/main.ts | 1 + .../src/router/index.ts | 4 +- 3 files changed, 13 insertions(+), 88 deletions(-) diff --git a/test-apps/daily-notification-test/src/App.vue b/test-apps/daily-notification-test/src/App.vue index b341b1a..f82f625 100644 --- a/test-apps/daily-notification-test/src/App.vue +++ b/test-apps/daily-notification-test/src/App.vue @@ -34,95 +34,19 @@ -