Files
ys-app/src/App.vue

17 lines
202 B
Vue
Raw Normal View History

2025-07-22 11:21:01 +08:00
<template>
</template>
<script setup>
import { onLaunch } from '@dcloudio/uni-app';
onLaunch((opt) => {
console.log("onLaunch")
})
</script>
<style>
@import '@/static/common.css';
</style>