first commit
This commit is contained in:
17
src/App.vue
Normal file
17
src/App.vue
Normal file
@@ -0,0 +1,17 @@
|
||||
<template>
|
||||
|
||||
</template>
|
||||
|
||||
|
||||
<script setup>
|
||||
import { onLaunch } from '@dcloudio/uni-app';
|
||||
onLaunch((opt) => {
|
||||
console.log("onLaunch")
|
||||
})
|
||||
|
||||
|
||||
</script>
|
||||
<style>
|
||||
@import '@/static/common.css';
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user