我目前正在使用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>