generated from thzxcx/vue3
feat: 删除View和Text引用
This commit is contained in:
@ -8,8 +8,8 @@
|
||||
*
|
||||
-->
|
||||
<template>
|
||||
<View mx-24rpx break-all mt-16rpx flex>
|
||||
<View color="#909399" shrink-0>
|
||||
<view mx-24rpx break-all mt-16rpx flex>
|
||||
<view color="#909399" shrink-0>
|
||||
<slot name="label">
|
||||
{{ label }}
|
||||
<template v-if="label">
|
||||
@ -24,11 +24,6 @@
|
||||
</text>
|
||||
</slot>
|
||||
</view>
|
||||
<view>
|
||||
<View h-48rpx w-128rpx rounded-8rpx border-solid color="#f3a73f" border="#f6ddb8" bg="#fff6e8" border-2rpx fs-24 leh-48 text-center>
|
||||
试试
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
|
Reference in New Issue
Block a user