<template>
<view class="content">
<view>
<image class="logo" src="../../static/logo.png"></image>
</view>
<view class="text-area">
<text class="title">{{ title }}</text>
<text>test2</text>
</view>
</view>
</template>
<script setup>
const title = 'uniapp to quickApp';
</script>
<style>
.content {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.logo {
height: 200rpx;
width: 200rpx;
margin-top: 200rpx;
margin-left: auto;
margin-right: auto;
margin-bottom: 50rpx;
}
.text-area {
display: flex;
justify-content: center;
}
.title {
font-size: 36rpx;
color: #8f8f94;
}
</style>
2 个回复
BFC
华为快应用还是联盟快应用?
1***@qq.com
你好,你是怎么解决vue3打包快应用后,报错 onLoad undefine 白屏的问题的,谢谢