17 lines
202 B
Vue
17 lines
202 B
Vue
<template>
|
|
|
|
</template>
|
|
|
|
|
|
<script setup>
|
|
import { onLaunch } from '@dcloudio/uni-app';
|
|
onLaunch((opt) => {
|
|
console.log("onLaunch")
|
|
})
|
|
|
|
|
|
</script>
|
|
<style>
|
|
@import '@/static/common.css';
|
|
|
|
</style> |