添加配置项,首页
This commit is contained in:
15
pages/login/login.vue
Normal file
15
pages/login/login.vue
Normal file
@@ -0,0 +1,15 @@
|
||||
<template>
|
||||
<view>{{ name }}</view>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { ref } from 'vue'
|
||||
import { onLoad } from '@dcloudio/uni-app'
|
||||
|
||||
const name = ref('登1录')
|
||||
onLoad(e => {
|
||||
console.log('接收==:', e.id)
|
||||
})
|
||||
</script>
|
||||
|
||||
<style></style>
|
||||
Reference in New Issue
Block a user