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

Commit 4eb5a62

Browse files
committed
fix: #89
1 parent ab0cc5d commit 4eb5a62

File tree

1 file changed

+1
-1
lines changed
  • packages/taro-ui-vue/src/components/nav-bar

1 file changed

+1
-1
lines changed

packages/taro-ui-vue/src/components/nav-bar/index.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</view>
1212
</view>
1313
<view class="at-nav-bar__title">
14-
{{ title || this.$slots.default }}
14+
<slot>{{ title }}</slot>
1515
</view>
1616
<view class="at-nav-bar__right-view">
1717
<view

0 commit comments

Comments
 (0)