feat: 删除View和Text引用

This commit is contained in:
2023-07-13 16:26:03 +08:00
parent 3d1cf71ff1
commit b6e30a9c20
6 changed files with 45 additions and 43 deletions

View File

@ -8,7 +8,7 @@
*
-->
<template>
<View fs-30 font-500 leh-42 mx-24rpx mt-24rpx mb-12rpx color="#3A3A3A">
<view fs-30 font-500 leh-42 mx-24rpx mt-24rpx mb-12rpx color="#3A3A3A">
<slot>{{ title }}</slot>
</view>
</template>