tangning 2 月之前
父節點
當前提交
fd40fd9379
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/Scrollbar/src/Scrollbar.vue

+ 1 - 1
src/components/Scrollbar/src/Scrollbar.vue

@@ -9,7 +9,7 @@
       <component :is="tag" ref="resize" :class="['scrollbar__view', viewClass]" :style="viewStyle">
       <component :is="tag" ref="resize" :class="['scrollbar__view', viewClass]" :style="viewStyle">
         <slot></slot>
         <slot></slot>
       </component>
       </component>
-      <div class="version" v-if="version">版本号 {{ version }}</div>
+      <div class="version" v-if="version">平台版本:{{ version }}</div>
     </div>
     </div>
     <template v-if="!native">
     <template v-if="!native">
       <bar :move="moveX" :size="sizeWidth" />
       <bar :move="moveX" :size="sizeWidth" />