这样写不对吗?
<uni-nav-bar
:class="{ crop: nav.type === 'crop' }"
:background-color="nav.bg ? '#fff' : '#0065C5'"
:color="nav.bg ? '#000' : '#fff'"
:shadow="!nav.bg && !nav.bottom"
:border="!nav.bg && !nav.bottom"
fixed="true"
:left-icon="type[nav.type].left"
:right-icon="type[nav.type].right"
:right-text="type[nav.type].rightText"
:title="nav.title"
@click-left="clickLeft"
@click-right="clickRight" >
<template v-slot="{right}">
hehe
<view class="crop-icon" v-if="nav.type === 'crop'" @click="$emit('crop')">
haha
<img src="../static/img/main-crop.png"/>
</view>
</template>
</uni-nav-bar>
h5
app
用uni用到暴风哭泣
4***@qq.com (作者)
2.0.0.20190610的前一个版本
怎么判断用的是不是自定义组件编译模式
2019-06-12 10:55
DCloud_UNI_GSQ
回复 4***@qq.com: 运行的时候会输出
2019-06-12 11:24
4***@qq.com (作者)
回复 DCloud_UNI_GSQ: 自定义组件模式
2019-06-18 15:07