Browse Source

fix: swiper doc.md

richard1015 5 years ago
parent
commit
ed2a24151b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/packages/swiper/doc.md

+ 2 - 2
src/packages/swiper/doc.md

@@ -14,7 +14,7 @@
     ref="demo1"
 >
     <div  v-for="(item,index) in dataItem" :key="index"  class="nut-swiper-slide">
-        <span>page{{item.name}}</span>
+        <span>page{{item.name} }</span>
     </div>
 </nut-swiper>
 ```
@@ -30,7 +30,7 @@
     ref="demo2"
 >
     <div  v-for="(item,index) in dataItem" :key="index"  class="nut-swiper-slide">
-        <span>page{{item.name}}</span>
+        <span>page{{item.name} }</span>
     </div>
 
 </nut-swiper>