[PR #7] [MERGED] Update Privacy.vue #78

Closed
opened 2026-02-27 04:59:06 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/guyzyl/whatsapp-contact-sync/pull/7
Author: @guyzyl
Created: 8/15/2022
Status: Merged
Merged: 8/15/2022
Merged by: @guyzyl

Base: mainHead: fix-web-not-building


📝 Commits (1)

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 web/src/pages/Privacy.vue (+1 -1)

📄 Description

Fixed a bug where the web app wouldn't build since the Vue component wasn't initialized.

error TS1208: 'Privacy.vue.ts' cannot be compiled under '--isolatedModules' because it is considered a global script file. Add an import, export, or an empty 'export {}' statement to make it a module.
error TS2306: File '/app/web/src/pages/Privacy.vue.ts' is not a module.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/guyzyl/whatsapp-contact-sync/pull/7 **Author:** [@guyzyl](https://github.com/guyzyl) **Created:** 8/15/2022 **Status:** ✅ Merged **Merged:** 8/15/2022 **Merged by:** [@guyzyl](https://github.com/guyzyl) **Base:** `main` ← **Head:** `fix-web-not-building` --- ### 📝 Commits (1) - [`08e3cb6`](https://github.com/guyzyl/whatsapp-contact-sync/commit/08e3cb669605f883fbe6b5d0a472326c323b1f49) Update Privacy.vue ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `web/src/pages/Privacy.vue` (+1 -1) </details> ### 📄 Description Fixed a bug where the web app wouldn't build since the Vue component wasn't initialized. ``` error TS1208: 'Privacy.vue.ts' cannot be compiled under '--isolatedModules' because it is considered a global script file. Add an import, export, or an empty 'export {}' statement to make it a module. error TS2306: File '/app/web/src/pages/Privacy.vue.ts' is not a module. ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 04:59:06 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/whatsapp-contact-sync#78
No description provided.