vuetify-v-progress-circular仅显示一次

时间:2018-10-12 01:26:19

标签: vue.js vuetify.js

我目前正在使用Vuetify,但是当我在其中更改图像时无法显示v-progress-circular。我在v-img中动态更改了“ mysource”图像,但最初只显示一次进度。 有想法吗?

  <v-card>
    <v-img :src="mysource" height="200px" class="grey lighten-2">
      <v-layout
        slot="placeholder"
        fill-height
        align-center
        justify-center
        ma-0
      >
        <v-progress-circular indeterminate color="grey lighten-5"></v-progress-circular>
      </v-layout>
    </v-img>
 </v-card>

0 个答案:

没有答案