Browse Source

Merge branch 'next' of https://github.com/jdf2e/nutui into next

ninidesign 5 years ago
parent
commit
f40b40982f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/packages/navbar/demo.vue

+ 2 - 2
src/packages/navbar/demo.vue

@@ -24,7 +24,7 @@
       title="购物车"
       titIcon="locationg3"
       desc="编辑"
-      icon="nut-icon-more1"
+      icon="more-s"
     ></nut-navbar>
 
     <h2>增加tab及右侧按钮</h2>
@@ -61,7 +61,7 @@
       <template #icons>
         <nut-icon
           class="icon"
-          name="nut-icon-more1"
+          name="more-s"
           @on-click-slot-send="morelist"
         ></nut-icon>
       </template>