YZProjectCloud/yanzhu-ui-app/components/navbar/homebar.vue

16 lines
253 B
Vue

<template>
<view class="hoemheader">
<u-navbar leftIcon=" " :placeholder="true" :title="titlenav">
<!-- jin -->
</u-navbar>
</view>
</template>
<script>
export default {
props:["titlenav"],
}
</script>
<style lang="scss" scoped>
</style>