wkw hace 5 días
padre
commit
213a4e6bd7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      components/nav-bar/index.vue

+ 1 - 1
components/nav-bar/index.vue

@@ -7,7 +7,7 @@
       {{ title }}
     </view>
 	<view class="go-back">
-	 
+		<slot name="right"></slot>
 	</view>
   </view>
 </template>