Browse Source

时间轴

杨小璐 5 years ago
parent
commit
84d814f0bf
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/packages/timeline/timeline.vue

+ 1 - 2
src/packages/timeline/timeline.vue

@@ -1,6 +1,6 @@
 <template>
     <div class="nut-timeline">
-        <slot :isLast="false"></slot>
+        <slot></slot>
     </div>
 </template>
 <script>
@@ -14,7 +14,6 @@ export default {
         return {};
     },
     mounted(){
-        console.log(this.$slots)
     },
     methods: {
     }