vue显示后端传递的图片流
一、显示部分(组件我使用的vuetify)
<template> <v-container fluid> <v-card width="100%" max-width="100%" class="mb-5"> <div class="mb-2 d-flex align-center justify-start"> <v-btn color="primary" class="mr-50" @click="back" small="">返回行程列表v-btn> div> <img :src="codeImg" alt="" /> v-card> v-container> template>