build: 续上,test autoimport
This commit is contained in:
parent
e9be119cce
commit
41cc8d83a5
@ -39,6 +39,12 @@
|
||||
<script lang="ts" setup>
|
||||
// 获取屏幕边界到安全区域距离
|
||||
const { safeAreaInsets } = uni.getSystemInfoSync()
|
||||
|
||||
const author = ref('菲鸽')
|
||||
|
||||
onLoad(() => {
|
||||
console.log(author)
|
||||
})
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
Loading…
x
Reference in New Issue
Block a user