helloView.nvue 440 字节
Newer Older
杜庆泉's avatar
杜庆泉 已提交
1 2 3
<template>
	<div>
		<uts-hello-view buttonText="点击按钮内容" style="width:375px;height: 375px;background-color: aqua;"></uts-hello-view>
杜庆泉's avatar
杜庆泉 已提交
4 5
		<uts-hello-container style="flex: 1;background-color: red;">
			<text style="left: 100px;top: 100px;background-color: green;">文本组件</text>
杜庆泉's avatar
杜庆泉 已提交
6 7
			<image src="../../static/logo.png" mode="aspectFit"></image>
		</uts-hello-container>
杜庆泉's avatar
杜庆泉 已提交
8 9 10 11 12 13 14 15 16
	</div>
	
</template>

<script>
</script>

<style>
</style>