Files
bdrp-app/src/App.vue
2026-04-23 14:57:35 +08:00

8 lines
158 B
Vue

<script setup lang="ts">
import { installPrivacyGuards } from '@/composables/usePrivacyConsent'
onLaunch(async () => {
installPrivacyGuards()
})
</script>