8 lines
107 B
Vue
8 lines
107 B
Vue
|
|
<script setup>
|
||
|
|
import { onLaunch } from '@dcloudio/uni-app'
|
||
|
|
|
||
|
|
onLaunch(() => {})
|
||
|
|
</script>
|
||
|
|
|
||
|
|
<style></style>
|