首次上传
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<template>
|
||||
<div>
|
||||
<uts-hello-view buttonText="点击按钮内容" style="width:375px;height: 375px;background-color: aqua;"></uts-hello-view>
|
||||
<uts-hello-container style="flex: 1;background-color: red;">
|
||||
<text style="left: 100px;top: 100px;background-color: green;">文本组件</text>
|
||||
<image src="../../static/logo.png" mode="aspectFit"></image>
|
||||
</uts-hello-container>
|
||||
</div>
|
||||
|
||||
</template>
|
||||
|
||||
<script>
|
||||
</script>
|
||||
|
||||
<style>
|
||||
</style>
|
||||
Reference in New Issue
Block a user