Platform: {{ miniApp.platform }} | Version: {{ miniApp.version }}
```
--------------------------------
### Basic Post Widget Integration
Source: https://github.com/deptyped/vue-telegram/blob/main/docs/widgets/post-widget.md
Integrate the PostWidget component into your Vue application by providing the URL of the Telegram post. Ensure the 'vue-tg' library is installed and imported.
```vue