build: 续上,test autoimport

This commit is contained in:
菲鸽 2024-01-30 09:55:42 +08:00
parent e9be119cce
commit 41cc8d83a5

View File

@ -39,6 +39,12 @@
<script lang="ts" setup> <script lang="ts" setup>
// //
const { safeAreaInsets } = uni.getSystemInfoSync() const { safeAreaInsets } = uni.getSystemInfoSync()
const author = ref('菲鸽')
onLoad(() => {
console.log(author)
})
</script> </script>
<style> <style>