<script setup lang="ts"> import { onLaunch } from "@dcloudio/uni-app"; onLaunch(() => { console.log("App Launch"); }); </script> <style> </style>