用img的load事件就可以了 示例: <img :src="image" @load="imageLoaded"> methods: { imageLoaded() { //dosomeing } }