forked from jsnbuchanan/crowd-funder-for-time-pwa
- Convert Vue 3 Composition API to Options API with vue-facing-decorator - Add PlatformServiceMixin for consistent database and logging patterns - Replace logConsoleAndDb() with this.$logAndConsole() mixin method - Remove legacy databaseUtil import dependency - Convert computed properties to class getters - Convert onMounted lifecycle to mounted() method - Add comprehensive TODO with testing guidance Technical Changes: - useRoute/useRouter → this.$route/this.$router - computed() refs → class getters with proper typing - Composition API imports → vue-facing-decorator imports Migration Status: 12% complete (11/91 components) Passes lint checks and maintains all original functionality
5.6 KiB
5.6 KiB