Files
shoot-miniprograms/src/App.vue

8 lines
107 B
Vue
Raw Normal View History

2025-04-10 11:11:46 +08:00
<script setup>
import { onLaunch } from '@dcloudio/uni-app'
onLaunch(() => {})
</script>
<style></style>