初步构建起页面布局
This commit is contained in:
16
pages/test-minimal.uvue
Normal file
16
pages/test-minimal.uvue
Normal file
@@ -0,0 +1,16 @@
|
||||
<template>
|
||||
<view class="test">
|
||||
<text>Hello World</text>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup lang="uts">
|
||||
// Minimal test
|
||||
</script>
|
||||
|
||||
<style>
|
||||
.test {
|
||||
padding: 20px;
|
||||
text-align: center;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user