tangning 1 miesiąc temu
rodzic
commit
fd40fd9379
1 zmienionych plików z 1 dodań i 1 usunięć
  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" />