提交 6340c16e 编写于 作者: X xiaoyucoding

delete: 删除无效的页面

上级 709c27f9
<template>
<view class="content">
<view class="uni-h1">HI...</view>
<view class="uni-h2">HI...</view>
<view class="uni-h3">HI...</view>
<view class="uni-h4">HI...</view>
<view class="uni-h5">HI...</view>
<view class="uni-h6">HI...</view>
</view>
</template>
<script>
export default {
data() {
return {
title: 'Hello'
};
}
}
</script>
<style>
.content {
flex: 1;
justify-content: center;
align-items: center;
}
.title {
font-size: 36upx;
color: #8f8f94;
}
</style>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册