16 lines
253 B
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>
|