Skip to content
This repository was archived by the owner on Oct 27, 2021. It is now read-only.

Commit

Permalink
fix: #89
Browse files Browse the repository at this point in the history
  • Loading branch information
psaren committed Dec 13, 2020
1 parent ab0cc5d commit 4eb5a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/taro-ui-vue/src/components/nav-bar/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</view>
</view>
<view class="at-nav-bar__title">
{{ title || this.$slots.default }}
<slot>{{ title }}</slot>
</view>
<view class="at-nav-bar__right-view">
<view
Expand Down

0 comments on commit 4eb5a62

Please # to comment.